mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-06 09:12:39 -08:00
Image browser improved
This commit is contained in:
parent
b7e78ef692
commit
538bc89c26
4 changed files with 119 additions and 102 deletions
|
|
@ -1150,7 +1150,7 @@ def create_ui(wrap_gradio_gpu_call):
|
|||
"i2i":img2img_paste_fields
|
||||
}
|
||||
|
||||
images_history = img_his.create_history_tabs(gr, opts, wrap_gradio_call(modules.extras.run_pnginfo), images_history_switch_dict)
|
||||
images_history = img_his.create_history_tabs(gr, opts, cmd_opts, wrap_gradio_call(modules.extras.run_pnginfo), images_history_switch_dict)
|
||||
|
||||
with gr.Blocks() as modelmerger_interface:
|
||||
with gr.Row().style(equal_height=False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue