diff options
author | William Moorehouse <moorehousew@gmail.com> | 2022-10-09 08:58:40 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-09 11:49:15 +0000 |
commit | d6d10a37bfd21568e74efb46137f906da96d5fdb (patch) | |
tree | 2354d9dfeb9d75393b6333297a3a504e5bb4b1cf /modules/shared.py | |
parent | 542a3d3a4a00c1383fbdaf938ceefef87cf834bb (diff) | |
download | stable-diffusion-webui-gfx803-d6d10a37bfd21568e74efb46137f906da96d5fdb.tar.gz stable-diffusion-webui-gfx803-d6d10a37bfd21568e74efb46137f906da96d5fdb.tar.bz2 stable-diffusion-webui-gfx803-d6d10a37bfd21568e74efb46137f906da96d5fdb.zip |
Added extended model details to infotext
Diffstat (limited to 'modules/shared.py')
-rw-r--r-- | modules/shared.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shared.py b/modules/shared.py index dffa0094..ca63f7d8 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -242,6 +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)"),
"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"),
|