aboutsummaryrefslogtreecommitdiff
path: root/modules/shared.py
diff options
context:
space:
mode:
authorvictorca25 <41912303+victorca25@users.noreply.github.com>2022-10-09 14:11:22 +0200
committerGitHub <noreply@github.com>2022-10-09 14:11:22 +0200
commit53154ba10a2d4bf716046abec3da0eca91bcc001 (patch)
treeeeed0b11b4e5cae7a441992b0ae07bfe65212413 /modules/shared.py
parentad4de819c43997f2666b5bad95301f5c37f9018e (diff)
parent9d1138e2940c4ddcd2685bcba12c7d407e9e0ec5 (diff)
Merge branch 'master' into esrgan_mod
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..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"),