aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-21 15:49:56 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-10-21 15:49:56 +0000
commit26d107374569836161326aae8cd3cc26c1edc372 (patch)
tree5a9623b774961ffb29f0fd9ef12649a80c42a07a /modules/ui.py
parentf49c08ea566385db339c6628f65c3a121033f67c (diff)
parent538bc89c269743e56b07ef2b471d1ce0a39b6776 (diff)
downloadstable-diffusion-webui-gfx803-26d107374569836161326aae8cd3cc26c1edc372.tar.gz
stable-diffusion-webui-gfx803-26d107374569836161326aae8cd3cc26c1edc372.tar.bz2
stable-diffusion-webui-gfx803-26d107374569836161326aae8cd3cc26c1edc372.zip
Merge remote-tracking branch 'historytab/master'
Diffstat (limited to 'modules/ui.py')
-rw-r--r--modules/ui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ui.py b/modules/ui.py
index 75f98f86..70a9cf10 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -1222,7 +1222,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):
@@ -1689,7 +1689,7 @@ Requested path was: {f}
(img2img_interface, "img2img", "img2img"),
(extras_interface, "Extras", "extras"),
(pnginfo_interface, "PNG Info", "pnginfo"),
- (images_history, "History", "images_history"),
+ (images_history, "Image Browser", "images_history"),
(modelmerger_interface, "Checkpoint Merger", "modelmerger"),
(train_interface, "Train", "ti"),
(settings_interface, "Settings", "settings"),