Merge pull request #927 from andyxr/automatic1111-webui

Returned the missing Parseq link to Parseq Init tab
pull/942/head
andyxr 2023-11-15 19:27:31 +00:00 committed by GitHub
commit d3b00b3ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -378,6 +378,7 @@ def get_tab_init(d, da, dp):
mask_brightness_adjust = create_gr_elem(d.mask_brightness_adjust)
# PARSEQ INNER-TAB
with gr.Tab('Parseq'):
gr.HTML(value=get_gradio_html('parseq'))
with FormRow():
parseq_manifest = create_gr_elem(dp.parseq_manifest)
with FormRow():