mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-10 11:11:26 -08:00
Changed img2img scriptrunner for gui request from scripts_txt2img to scripts_img2img
This commit is contained in:
parent
a9fed7c364
commit
f6374934db
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue