mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-19 01:05:13 +02:00
fix more issues with gradio 3.28.1
This commit is contained in:
+2
-1
@@ -296,7 +296,7 @@ function recalculate_prompts_inpaint(){
|
||||
|
||||
|
||||
let selectedTabItemId = "tab_txt2img";
|
||||
var opts = {}
|
||||
let opts = {}
|
||||
|
||||
onUiUpdate(function(){
|
||||
if(Object.keys(opts).length != 0) return;
|
||||
@@ -1082,6 +1082,7 @@ onUiUpdate(function(){
|
||||
let comp_parent = parent.parentElement.parentElement;
|
||||
if( comp_parent.id == "img2img_width" ||
|
||||
comp_parent.id == "img2img_height" ||
|
||||
comp_parent.id == "img2img_scale" ||
|
||||
comp_parent.id.indexOf("--ae-") != -1 ||
|
||||
comp_parent.id.indexOf("theme") != -1 ||
|
||||
comp_parent.className.indexOf("posex") != -1) return;
|
||||
|
||||
Reference in New Issue
Block a user