aboutsummaryrefslogtreecommitdiff
path: root/modules/img2img.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-04-29 11:58:54 +0300
committerGitHub <noreply@github.com>2023-04-29 11:58:54 +0300
commitf54cd3f1586ec8d20ffcaff184ba2e680bb8cb8b (patch)
tree7af57d3994e5db508c89f43858a67aefd917450b /modules/img2img.py
parent7fb72edaffd3d4f2336d2478a424fc455f2376a6 (diff)
parente55cb92067094564c259b515b8a6ec3869654083 (diff)
Merge branch 'dev' into torch
Diffstat (limited to 'modules/img2img.py')
-rw-r--r--modules/img2img.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/img2img.py b/modules/img2img.py
index 953ac5d2..d22d9a49 100644
--- a/modules/img2img.py
+++ b/modules/img2img.py
@@ -151,7 +151,7 @@ def img2img(id_task: str, mode: int, prompt: str, negative_prompt: str, prompt_s
override_settings=override_settings,
)
- p.scripts = modules.scripts.scripts_txt2img
+ p.scripts = modules.scripts.scripts_img2img
p.script_args = args
if shared.cmd_opts.enable_console_prompts: