mirror of
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
synced 2026-03-13 17:20:11 +00:00
add support for hypernetworks and lora
This commit is contained in:
@@ -6,7 +6,9 @@ const ResultType = Object.freeze({
|
||||
"embedding": 2,
|
||||
"wildcardTag": 3,
|
||||
"wildcardFile": 4,
|
||||
"yamlWildcard": 5
|
||||
"yamlWildcard": 5,
|
||||
"hypernetworks": 6,
|
||||
"lora": 7
|
||||
});
|
||||
|
||||
// Class to hold result data and annotations to make it clearer to use
|
||||
|
||||
Reference in New Issue
Block a user