mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
linting issue
This commit is contained in:
parent
88b2ef3b04
commit
dfc4c27b24
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class Script(scripts.Script):
|
|||
copy_p.prompt = args.get("prompt") + " " + p.prompt
|
||||
else:
|
||||
copy_p.prompt = p.prompt + " " + args.get("prompt")
|
||||
|
||||
|
||||
if args.get("negative_prompt") and p.negative_prompt:
|
||||
if prompt_position == "start":
|
||||
copy_p.negative_prompt = args.get("negative_prompt") + " " + p.negative_prompt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue