aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
diff options
context:
space:
mode:
authorDepFA <35278260+dfaker@users.noreply.github.com>2022-10-06 00:09:44 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-06 14:58:52 +0000
commitbe71115b1a1201d04f0e2a11e718fb31cbd26474 (patch)
treebbd379b9215013e9893ae122b916a0a393b07b85 /modules/shared.py
parentf5490674a8fd84162b4e80c045e675633afb9ee7 (diff)
downloadstable-diffusion-webui-gfx803-be71115b1a1201d04f0e2a11e718fb31cbd26474.tar.gz
stable-diffusion-webui-gfx803-be71115b1a1201d04f0e2a11e718fb31cbd26474.tar.bz2
stable-diffusion-webui-gfx803-be71115b1a1201d04f0e2a11e718fb31cbd26474.zip
Update shared.py
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 ca2e4c74..9f7c6efe 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -236,6 +236,7 @@ options_templates.update(options_section(('ui', "User interface"), {
"font": OptionInfo("", "Font for image grids that have text"),
"js_modal_lightbox": OptionInfo(True, "Enable full page image viewer"),
"js_modal_lightbox_initialy_zoomed": OptionInfo(True, "Show images zoomed in by default in full page image viewer"),
+ "show_progress_in_title": OptionInfo(False, "Show generation progress in window title."),
}))
options_templates.update(options_section(('sampler-params', "Sampler parameters"), {