aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDavid Benson <dben@users.noreply.github.com>2023-10-23 12:26:40 +0000
committerGitHub <noreply@github.com>2023-10-23 12:26:40 +0000
commitdfc4c27b2402a35a1820ffa549e74bb79873aaaa (patch)
treec9d347ab479e4f1f94b63dc635adc28096e7639d /scripts
parent88b2ef3b04c37ec068fdfea9ba2596645e981b46 (diff)
downloadstable-diffusion-webui-gfx803-dfc4c27b2402a35a1820ffa549e74bb79873aaaa.tar.gz
stable-diffusion-webui-gfx803-dfc4c27b2402a35a1820ffa549e74bb79873aaaa.tar.bz2
stable-diffusion-webui-gfx803-dfc4c27b2402a35a1820ffa549e74bb79873aaaa.zip
linting issue
Diffstat (limited to 'scripts')
-rw-r--r--scripts/prompts_from_file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prompts_from_file.py b/scripts/prompts_from_file.py
index 1aadf113..3c09bb97 100644
--- a/scripts/prompts_from_file.py
+++ b/scripts/prompts_from_file.py
@@ -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