Rework extra file system

Now just for adding new custom tags either before or after the rest
This commit is contained in:
Dominik Reh
2023-02-11 14:13:42 +01:00
parent b4fe4f717a
commit f2c3574da7
4 changed files with 37 additions and 45 deletions

View File

@@ -3,12 +3,13 @@
// Type enum
const ResultType = Object.freeze({
"tag": 1,
"embedding": 2,
"wildcardTag": 3,
"wildcardFile": 4,
"yamlWildcard": 5,
"hypernetwork": 6,
"lora": 7
"extra": 2,
"embedding": 3,
"wildcardTag": 4,
"wildcardFile": 5,
"yamlWildcard": 6,
"hypernetwork": 7,
"lora": 8
});
// Class to hold result data and annotations to make it clearer to use