mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
Merge pull request #228 from Vespinian/fix_img2img_scriptrunner_for_gui
Changed img2img scriptrunner for gui request from scripts_txt2img to …
This commit is contained in:
+1
-1
@@ -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 mask:
|
||||
|
||||
Reference in New Issue
Block a user