aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-14 06:56:59 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-01-14 06:56:59 +0000
commita95f1353089bdeaccd7c266b40cdd79efedfe632 (patch)
tree03f8e733c89436f31526b513a6435a9a4d9174c5 /modules/shared.py
parent82725f0ac439f7e3b67858d55900e95330bbd326 (diff)
downloadstable-diffusion-webui-gfx803-a95f1353089bdeaccd7c266b40cdd79efedfe632.tar.gz
stable-diffusion-webui-gfx803-a95f1353089bdeaccd7c266b40cdd79efedfe632.tar.bz2
stable-diffusion-webui-gfx803-a95f1353089bdeaccd7c266b40cdd79efedfe632.zip
change hash to sha256
Diffstat (limited to 'modules/shared.py')
-rw-r--r--modules/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py
index b90ded52..d74c069d 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -428,7 +428,7 @@ options_templates.update(options_section(('ui', "User interface"), {
"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"),
- "add_model_name_to_info": OptionInfo(False, "Add model name to generation information"),
+ "add_model_name_to_info": OptionInfo(True, "Add model name to generation information"),
"disable_weights_auto_swap": OptionInfo(False, "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"),