mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 11:11:15 +00:00
Display thumbnail of input image and mask on folded unit header (#33)
* Add input thumbnail to unit header * handle hand drawn mask * Update mask logic
This commit is contained in:
@@ -223,9 +223,6 @@ class ControlNetUiGroup(object):
|
||||
self.prevent_next_n_module_update = 0
|
||||
self.prevent_next_n_slider_value_update = 0
|
||||
|
||||
# API-only fields
|
||||
self.advanced_weighting = gr.State(None)
|
||||
|
||||
ControlNetUiGroup.all_ui_groups.append(self)
|
||||
|
||||
def render(self, tabname: str, elem_id_tabname: str) -> None:
|
||||
|
||||
Reference in New Issue
Block a user