diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-09 11:57:48 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-09 11:57:48 +0000 |
commit | e6e8cabe0c9c335e0d72345602c069b198558b53 (patch) | |
tree | 3c0b58a0792336be7b6886ab44e69d9e574837c5 /modules/shared.py | |
parent | 594cbfd8fbe4078b43ceccf01509eeef3d6790c6 (diff) | |
download | stable-diffusion-webui-gfx803-e6e8cabe0c9c335e0d72345602c069b198558b53.tar.gz stable-diffusion-webui-gfx803-e6e8cabe0c9c335e0d72345602c069b198558b53.tar.bz2 stable-diffusion-webui-gfx803-e6e8cabe0c9c335e0d72345602c069b198558b53.zip |
change up #2056 to make it work how i want it to plus make xy plot write correct values to images
Diffstat (limited to 'modules/shared.py')
-rw-r--r-- | modules/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py index ca63f7d8..6ecc2503 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -242,7 +242,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_extended_model_details_to_info": OptionInfo(False, "Add extended model details to generation information (model name, VAE, hypernetwork)"),
+ "add_model_name_to_info": OptionInfo(False, "Add model name to generation information"),
"font": OptionInfo("", "Font for image grids that have text"),
"js_modal_lightbox": OptionInfo(True, "Enable full page image viewer"),
"js_modal_lightbox_initially_zoomed": OptionInfo(True, "Show images zoomed in by default in full page image viewer"),
|