aboutsummaryrefslogtreecommitdiff
path: root/modules/shared.py
diff options
context:
space:
mode:
authorWilliam Moorehouse <moorehousew@gmail.com>2022-10-09 04:58:40 -0400
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-09 14:49:15 +0300
commitd6d10a37bfd21568e74efb46137f906da96d5fdb (patch)
tree2354d9dfeb9d75393b6333297a3a504e5bb4b1cf /modules/shared.py
parent542a3d3a4a00c1383fbdaf938ceefef87cf834bb (diff)
Added extended model details to infotext
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 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"),