hotfix: fix prompts neg/post/pre
Signed-off-by: GeorgLegato <bulbul@onlinehome.de>exit_image
parent
4ea68bf6ef
commit
38f4a998e9
|
|
@ -14,7 +14,7 @@ def completeOptionals(j):
|
|||
j["prompts"]["headers"] = ["outpaint steps","prompt"]
|
||||
|
||||
if "negPrompt" not in j:
|
||||
j["prompts"]["negPrompt"]=""
|
||||
j["negPrompt"]=""
|
||||
|
||||
if "prePrompt" not in j:
|
||||
j["prePrompt"]=""
|
||||
|
|
|
|||
Loading…
Reference in New Issue