update samplers

This commit is contained in:
Vladimir Mandic
2023-04-24 16:16:52 -04:00
parent dbdef78785
commit 20b64aad7b
5 changed files with 13 additions and 18 deletions
-4
View File
@@ -1514,10 +1514,6 @@ def create_ui():
with gr.TabItem(label, id=ifid, elem_id='tab_' + ifid):
interface.render()
footer = shared.html("footer.html")
footer = footer.format(versions=versions_html())
gr.HTML(footer, elem_id="footer")
text_settings = gr.Textbox(elem_id="settings_json", value=lambda: opts.dumpjson(), visible=False)
settings_submit.click(
fn=wrap_gradio_call(run_settings, extra_outputs=[gr.update()]),