Added functionality for img2img & negative prompts

This commit is contained in:
Dominik Reh
2022-10-13 10:15:21 +02:00
parent 7c21452560
commit fff756cb86
2 changed files with 136 additions and 82 deletions

View File

@@ -1,5 +1,10 @@
{
"tagFile": "danbooru.csv",
"activeIn": {
"txt2img": true,
"img2img": true,
"negativePrompts": true
},
"maxResults": 5,
"replaceUnderscores": true,
"escapeParentheses": true,