aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-08 12:23:49 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-05-08 12:23:49 +0000
commitab4ab4e595e89d1a9a39db70539d5944fdbe47fa (patch)
tree8b599241b3954d30f5d2d7ff8aea201620fda797 /modules/shared.py
parent505a10ad928eb11849828c88850ce3e5e3566fe4 (diff)
downloadstable-diffusion-webui-gfx803-ab4ab4e595e89d1a9a39db70539d5944fdbe47fa.tar.gz
stable-diffusion-webui-gfx803-ab4ab4e595e89d1a9a39db70539d5944fdbe47fa.tar.bz2
stable-diffusion-webui-gfx803-ab4ab4e595e89d1a9a39db70539d5944fdbe47fa.zip
add version to infotext, footer and console output when starting
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 dd374713..f40faa79 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -394,6 +394,7 @@ options_templates.update(options_section(('ui', "User interface"), {
"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"),
"add_model_name_to_info": OptionInfo(True, "Add model name to generation information"),
+ "add_version_to_infotext": OptionInfo(True, "Add program version to generation information"),
"disable_weights_auto_swap": OptionInfo(True, "When reading generation parameters from text into UI (from PNG info or pasted text), do not change the selected model/checkpoint."),
"send_seed": OptionInfo(True, "Send seed when sending prompt or image to other interface"),
"send_size": OptionInfo(True, "Send size when sending prompt or image to another interface"),