aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
diff options
context:
space:
mode:
authoryfszzx <yfszzx@gmail.com>2022-10-18 12:14:11 +0000
committeryfszzx <yfszzx@gmail.com>2022-10-18 12:14:11 +0000
commiteb299527b1e5d1f83a14641647fca72e8fb305ac (patch)
tree630831505a83f10dacaa66ed28180d5c8b90c107 /modules/ui.py
parent2b5b62e768d892773a7ec1d5e8d8cea23aae1254 (diff)
downloadstable-diffusion-webui-gfx803-eb299527b1e5d1f83a14641647fca72e8fb305ac.tar.gz
stable-diffusion-webui-gfx803-eb299527b1e5d1f83a14641647fca72e8fb305ac.tar.bz2
stable-diffusion-webui-gfx803-eb299527b1e5d1f83a14641647fca72e8fb305ac.zip
Image browser
Diffstat (limited to 'modules/ui.py')
-rw-r--r--modules/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py
index 43dc88fc..85abac4d 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -1548,7 +1548,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"),