diff options
author | victorca25 <41912303+victorca25@users.noreply.github.com> | 2022-10-09 12:11:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-09 12:11:22 +0000 |
commit | 53154ba10a2d4bf716046abec3da0eca91bcc001 (patch) | |
tree | eeed0b11b4e5cae7a441992b0ae07bfe65212413 /modules/shared.py | |
parent | ad4de819c43997f2666b5bad95301f5c37f9018e (diff) | |
parent | 9d1138e2940c4ddcd2685bcba12c7d407e9e0ec5 (diff) | |
download | stable-diffusion-webui-gfx803-53154ba10a2d4bf716046abec3da0eca91bcc001.tar.gz stable-diffusion-webui-gfx803-53154ba10a2d4bf716046abec3da0eca91bcc001.tar.bz2 stable-diffusion-webui-gfx803-53154ba10a2d4bf716046abec3da0eca91bcc001.zip |
Merge branch 'master' into esrgan_mod
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..6ecc2503 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_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"),
|