Commit dfc4c27b authored by David Benson's avatar David Benson Committed by GitHub

linting issue

parent 88b2ef3b
...@@ -164,7 +164,7 @@ class Script(scripts.Script): ...@@ -164,7 +164,7 @@ class Script(scripts.Script):
copy_p.prompt = args.get("prompt") + " " + p.prompt copy_p.prompt = args.get("prompt") + " " + p.prompt
else: else:
copy_p.prompt = p.prompt + " " + args.get("prompt") copy_p.prompt = p.prompt + " " + args.get("prompt")
if args.get("negative_prompt") and p.negative_prompt: if args.get("negative_prompt") and p.negative_prompt:
if prompt_position == "start": if prompt_position == "start":
copy_p.negative_prompt = args.get("negative_prompt") + " " + p.negative_prompt copy_p.negative_prompt = args.get("negative_prompt") + " " + p.negative_prompt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment