hotfix: fix prompts neg/post/pre

Signed-off-by: GeorgLegato <bulbul@onlinehome.de>
pull/76/head^2
GeorgLegato 2023-04-30 22:40:52 +02:00 committed by GitHub
parent 8da2fb1ba7
commit 7591a96155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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