mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-08 15:50:38 -07:00
Fix img2img
This commit is contained in:
parent
d6271939d0
commit
0d9b431571
4 changed files with 4 additions and 13 deletions
|
|
@ -157,7 +157,6 @@ function submit_img2img() {
|
|||
var res = create_submit_args(arguments);
|
||||
|
||||
res[0] = id;
|
||||
res[1] = get_tab_index('mode_img2img');
|
||||
|
||||
return res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue