aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.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/shared.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/shared.py')
-rw-r--r--modules/shared.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/shared.py b/modules/shared.py
index c2ea4186..1811018d 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -309,10 +309,11 @@ options_templates.update(options_section(('sampler-params', "Sampler parameters"
'eta_noise_seed_delta': OptionInfo(0, "Eta noise seed delta", gr.Number, {"precision": 0}),
}))
-options_templates.update(options_section(('images-history', "Images history"), {
- "images_history_reconstruct_directory": OptionInfo(False, "Reconstruct output directory structure.This can greatly improve the speed of loading , but will change the original output directory structure"),
+options_templates.update(options_section(('images-history', "Images Browser"), {
+ #"images_history_reconstruct_directory": OptionInfo(False, "Reconstruct output directory structure.This can greatly improve the speed of loading , but will change the original output directory structure"),
"images_history_num_per_page": OptionInfo(36, "Number of pictures displayed on each page"),
- "images_history_pages_num": OptionInfo(6, "Maximum number of pages per load "),
+ "images_history_pages_num": OptionInfo(6, "Minimum number of pages per load "),
+ "images_history_grid_num": OptionInfo(6, "Number of grids in each row"),
}))