mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 13:19:54 +00:00
linting issue
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user