hotfix: fix prompts neg/post/pre

Signed-off-by: GeorgLegato <bulbul@onlinehome.de>
exit_image
GeorgLegato 2023-04-30 22:40:52 +02:00 committed by Charles Fettinger
parent 4ea68bf6ef
commit 38f4a998e9
1 changed files with 1 additions and 1 deletions

View File

@ -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"]=""