Skip to content

Commit

Permalink
Merge pull request #14307 from AUTOMATIC1111/default-Falst-js_live_pr…
Browse files Browse the repository at this point in the history
…eview_in_modal_lightbox

default False js_live_preview_in_modal_lightbox
  • Loading branch information
AUTOMATIC1111 committed Dec 16, 2023
1 parent 2be85f8 commit 0dfffe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"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"), {
Expand Down

0 comments on commit 0dfffe5

Please sign in to comment.