add support for hypernetworks and lora

This commit is contained in:
JM
2023-01-22 19:24:59 +01:00
parent fb27ac9187
commit ae01f41f30
3 changed files with 149 additions and 4 deletions

View File

@@ -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