mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
modernui control tab reorg and styling
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -44,7 +44,7 @@ class Script(scripts.Script):
|
||||
return [gr.update(visible=advanced), gr.update(visible=advanced)]
|
||||
|
||||
def ui(self, _is_img2img):
|
||||
with gr.Accordion('IP Adapters', open=False, elem_id='ipadapter'):
|
||||
with gr.Accordion('IP Adapters', open=False, elem_id='ipadapter', elem_classes=['ipadapter']):
|
||||
units = []
|
||||
adapters = []
|
||||
scales = []
|
||||
|
||||
Reference in New Issue
Block a user