Fix img2img

This commit is contained in:
missionfloyd
2023-12-04 21:48:24 -07:00
parent d6271939d0
commit 0d9b431571
4 changed files with 4 additions and 13 deletions

View File

@@ -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;
}