Commit e0cbf53f authored by yfszzx's avatar yfszzx

create send to buttons by extensions

parent ed0821de
...@@ -1568,7 +1568,8 @@ def create_ui(wrap_gradio_gpu_call): ...@@ -1568,7 +1568,8 @@ def create_ui(wrap_gradio_gpu_call):
if column is not None: if column is not None:
column.__exit__() column.__exit__()
parameters_copypaste.run_bind()
interfaces = [ interfaces = [
(txt2img_interface, "txt2img", "txt2img"), (txt2img_interface, "txt2img", "txt2img"),
...@@ -1668,6 +1669,7 @@ def create_ui(wrap_gradio_gpu_call): ...@@ -1668,6 +1669,7 @@ def create_ui(wrap_gradio_gpu_call):
'sd_model_checkpoint': 'Model hash', 'sd_model_checkpoint': 'Model hash',
} }
parameters_copypaste.run_bind()
ui_config_file = cmd_opts.ui_config_file ui_config_file = cmd_opts.ui_config_file
ui_settings = {} ui_settings = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment