aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-04 14:23:48 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-10-04 14:23:48 +0000
commit957e29a8e9cb8ca069799ec69263e188c89ed6a6 (patch)
tree75223802583c2085d2b57fd028a90bec4ed2adde /modules/shared.py
parent52cef36f6ba169a8e606ecdcaed73d47378f0e8e (diff)
downloadstable-diffusion-webui-gfx803-957e29a8e9cb8ca069799ec69263e188c89ed6a6.tar.gz
stable-diffusion-webui-gfx803-957e29a8e9cb8ca069799ec69263e188c89ed6a6.tar.bz2
stable-diffusion-webui-gfx803-957e29a8e9cb8ca069799ec69263e188c89ed6a6.zip
option to not show images in web ui
Diffstat (limited to 'modules/shared.py')
-rw-r--r--modules/shared.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shared.py b/modules/shared.py
index a7d13b2d..ff4e5fa3 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -229,6 +229,7 @@ options_templates.update(options_section(('ui', "User interface"), {
"show_progressbar": OptionInfo(True, "Show progressbar"),
"show_progress_every_n_steps": OptionInfo(0, "Show show image creation progress every N sampling steps. Set 0 to disable.", gr.Slider, {"minimum": 0, "maximum": 32, "step": 1}),
"return_grid": OptionInfo(True, "Show grid in results for web"),
+ "do_not_show_images": OptionInfo(False, "Do not show any images in results for web"),
"add_model_hash_to_info": OptionInfo(True, "Add model hash to generation information"),
"font": OptionInfo("", "Font for image grids that have text"),
"js_modal_lightbox": OptionInfo(True, "Enable full page image viewer"),