Add support for LyCORIS

Adds support for LyCORIS from https://github.com/KohakuBlueleaf/a1111-sd-webui-lycoris
This commit is contained in:
Kamilowaty122
2023-04-15 07:49:11 +02:00
parent 5fbc18ed1d
commit 11d94e11f9
5 changed files with 74 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ const ResultType = Object.freeze({
"wildcardFile": 5,
"yamlWildcard": 6,
"hypernetwork": 7,
"lora": 8
"lora": 8,
"lyco": 9
});
// Class to hold result data and annotations to make it clearer to use