mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
Process interrogation on all img2img subtabs
This commit is contained in:
parent
3a0d6b7729
commit
8683427bd9
2 changed files with 50 additions and 7 deletions
|
|
@ -109,6 +109,13 @@ function get_extras_tab_index(){
|
|||
return [get_tab_index('mode_extras'), get_tab_index('extras_resize_mode'), ...args]
|
||||
}
|
||||
|
||||
function get_img2img_tab_index() {
|
||||
let res = args_to_array(arguments)
|
||||
res.splice(-2)
|
||||
res[0] = get_tab_index('mode_img2img')
|
||||
return res
|
||||
}
|
||||
|
||||
function create_submit_args(args){
|
||||
res = []
|
||||
for(var i=0;i<args.length;i++){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue