mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-01 03:04:19 +00:00
Fix extras task id
Fix restore extension config
This commit is contained in:
@@ -5,8 +5,8 @@ from modules.ui_components import ResizeHandleRow
|
||||
|
||||
|
||||
def create_ui():
|
||||
dummy_component = gr.Label(visible=False)
|
||||
tab_index = gr.Number(value=0, visible=False)
|
||||
dummy_component = gr.Textbox(visible=False)
|
||||
tab_index = gr.State(0)
|
||||
|
||||
with ResizeHandleRow(equal_height=False, variant='compact'):
|
||||
with gr.Column(variant='compact'):
|
||||
|
||||
Reference in New Issue
Block a user