mirror of
https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git
synced 2026-01-26 11:19:50 +00:00
hide width in bands pass
This commit is contained in:
@@ -212,9 +212,10 @@ class Script(scripts.Script):
|
||||
def select_fix_type(fix_index):
|
||||
all_visible = fix_index != 0
|
||||
mask_blur_visible = fix_index == 2
|
||||
width_visible = fix_index == 1
|
||||
|
||||
return [gr.update(visible=all_visible),
|
||||
gr.update(visible=all_visible),
|
||||
gr.update(visible=width_visible),
|
||||
gr.update(visible=mask_blur_visible),
|
||||
gr.update(visible=all_visible)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user