fix Inpainting, sketch related no longer working #91

This commit is contained in:
anapnoe
2023-04-27 12:11:56 +03:00
parent b00fc0aefa
commit 6fbe525f7d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -94,13 +94,13 @@ function switch_to_inpaint_sketch(){
switch_to_img2img_tab(3);
return args_to_array(arguments);
}
/*
function switch_to_inpaint(){
gradioApp().querySelector('#tabs').querySelectorAll('button')[1].click();
gradioApp().getElementById('mode_img2img').querySelectorAll('button')[2].click();
return args_to_array(arguments);
}
*/
function switch_to_extras(){
gradioApp().querySelector('#tabs').querySelectorAll('button')[2].click();