linting issue
This commit is contained in:
parent
88b2ef3b04
commit
dfc4c27b24
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue