mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-07 14:09:47 +00:00
Update controlnet_ui_group.py
This commit is contained in:
@@ -993,7 +993,7 @@ class ControlNetUiGroup(object):
|
||||
)
|
||||
|
||||
def fn_canvas(h, w):
|
||||
return np.zeros(shape=(h, w, 3), dtype=np.uint8) + 255, gr.Accordion.update(
|
||||
return np.zeros(shape=(h, w, 3), dtype=np.uint8), gr.Accordion.update(
|
||||
visible=False
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user