Skip to content

Commit 0dfffe5

Browse files
committed
Merge pull request AUTOMATIC1111#14307 from AUTOMATIC1111/default-Falst-js_live_preview_in_modal_lightbox
default False js_live_preview_in_modal_lightbox
1 parent 2be85f8 commit 0dfffe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/shared_options.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
"live_preview_content": OptionInfo("Prompt", "Live preview subject", gr.Radio, {"choices": ["Combined", "Prompt", "Negative prompt"]}),
332332
"live_preview_refresh_period": OptionInfo(1000, "Progressbar and preview update period").info("in milliseconds"),
333333
"live_preview_fast_interrupt": OptionInfo(False, "Return image with chosen live preview method on interrupt").info("makes interrupts faster"),
334-
"js_live_preview_in_modal_lightbox": OptionInfo(True, "Show Live preview in full page image viewer"),
334+
"js_live_preview_in_modal_lightbox": OptionInfo(False, "Show Live preview in full page image viewer"),
335335
}))
336336

337337
options_templates.update(options_section(('sampler-params', "Sampler parameters", "sd"), {

0 commit comments

Comments
 (0)