aboutsummaryrefslogtreecommitdiff
path: root/modules/shared_options.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-12-16 10:22:16 +0300
committerGitHub <noreply@github.com>2023-12-16 10:22:16 +0300
commit8edb9144cc76b39f3d68c0407b3bb990809d1b03 (patch)
tree5db19664111d4264d4b018bee6557d7d6b0ec1c4 /modules/shared_options.py
parentea272152e0b50dbb2bd675ec020607f3d50c37d0 (diff)
parent60186c7b9d6034ff08f4fe9e213a495b5321302d (diff)
Merge branch 'dev' into test-fp8
Diffstat (limited to 'modules/shared_options.py')
-rw-r--r--modules/shared_options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared_options.py b/modules/shared_options.py
index 19ba4788..d470eb8f 100644
--- a/modules/shared_options.py
+++ b/modules/shared_options.py
@@ -333,7 +333,7 @@ options_templates.update(options_section(('ui', "Live previews", "ui"), {
"live_preview_content": OptionInfo("Prompt", "Live preview subject", gr.Radio, {"choices": ["Combined", "Prompt", "Negative prompt"]}),
"live_preview_refresh_period": OptionInfo(1000, "Progressbar and preview update period").info("in milliseconds"),
"live_preview_fast_interrupt": OptionInfo(False, "Return image with chosen live preview method on interrupt").info("makes interrupts faster"),
- "js_live_preview_in_modal_lightbox": OptionInfo(True, "Show Live preview in full page image viewer"),
+ "js_live_preview_in_modal_lightbox": OptionInfo(False, "Show Live preview in full page image viewer"),
}))
options_templates.update(options_section(('sampler-params', "Sampler parameters", "sd"), {