create send to buttons by extensions
This commit is contained in:
parent
ed0821de21
commit
e0cbf53f45
1 changed files with 5 additions and 3 deletions
|
@ -1568,7 +1568,8 @@ def create_ui(wrap_gradio_gpu_call):
|
|||
if column is not None:
|
||||
column.__exit__()
|
||||
|
||||
parameters_copypaste.run_bind()
|
||||
|
||||
|
||||
|
||||
interfaces = [
|
||||
(txt2img_interface, "txt2img", "txt2img"),
|
||||
|
@ -1668,6 +1669,7 @@ def create_ui(wrap_gradio_gpu_call):
|
|||
'sd_model_checkpoint': 'Model hash',
|
||||
}
|
||||
|
||||
parameters_copypaste.run_bind()
|
||||
|
||||
ui_config_file = cmd_opts.ui_config_file
|
||||
ui_settings = {}
|
||||
|
|
Loading…
Reference in a new issue