allow use extra translation file

This commit is contained in:
sgmklp
2022-10-16 13:43:03 +08:00
parent 854b1952db
commit b858370acf
2 changed files with 28 additions and 12 deletions

View File

@@ -5,13 +5,16 @@
"img2img": true,
"negativePrompts": true
},
"maxResults": 5,
"maxResults": 8,
"replaceUnderscores": true,
"escapeParentheses": true,
"useWildcards": true,
"useEmbeddings": true,
"onlyShowTranslation": false,
"searchByTranslation": true,
"translation": {
"searchByTranslation": true,
"onlyShowTranslation": false,
"extraTranslationFile": ""
},
"colors": {
"danbooru": {
"0": ["lightblue", "dodgerblue"],