hotfix: fix prompts neg/post/pre
Signed-off-by: GeorgLegato <bulbul@onlinehome.de>pull/76/head^2
parent
8da2fb1ba7
commit
7591a96155
|
|
@ -14,7 +14,7 @@ def completeOptionals(j):
|
||||||
j["prompts"]["headers"] = ["outpaint steps","prompt"]
|
j["prompts"]["headers"] = ["outpaint steps","prompt"]
|
||||||
|
|
||||||
if "negPrompt" not in j:
|
if "negPrompt" not in j:
|
||||||
j["prompts"]["negPrompt"]=""
|
j["negPrompt"]=""
|
||||||
|
|
||||||
if "prePrompt" not in j:
|
if "prePrompt" not in j:
|
||||||
j["prePrompt"]=""
|
j["prePrompt"]=""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue