Skip to content

Commit

Permalink
Update ui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anapnoe committed Sep 23, 2024
1 parent 3d589f5 commit e254dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,8 @@ def create_ui():
extra_tabs = gr.Tabs(elem_id="img2img_extra_tabs", elem_classes=["extra-networks"])
extra_tabs.__enter__()

with gr.Tab("Generation", id="img2img_generation") as img2img_generation_tab, ResizeHandleRow(equal_height=False):
#with gr.Tab("Generation", id="img2img_generation") as img2img_generation_tab, ResizeHandleRow(equal_height=False):
with gr.Tab("Generation", id="img2img_generation"), ResizeHandleRow(equal_height=False):
with ExitStack() as stack:
if shared.opts.img2img_settings_accordion:
stack.enter_context(gr.Accordion("Open for Settings", open=False))
Expand Down

0 comments on commit e254dce

Please sign in to comment.