mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-01 06:40:57 -08:00
fix borked merge, rename fields to better match what they do, change setting default to true for #13653
This commit is contained in:
parent
2a7ad70db5
commit
0aa7c53c0b
8 changed files with 20 additions and 14 deletions
|
|
@ -120,7 +120,6 @@ options_templates.update(options_section(('system', "System", "system"), {
|
|||
"disable_mmap_load_safetensors": OptionInfo(False, "Disable memmapping for loading .safetensors files.").info("fixes very slow loading speed in some cases"),
|
||||
"hide_ldm_prints": OptionInfo(True, "Prevent Stability-AI's ldm/sgm modules from printing noise to console."),
|
||||
"dump_stacks_on_signal": OptionInfo(False, "Print stack traces before exiting the program with ctrl+c."),
|
||||
"interrupt_after_current": OptionInfo(False, "Interrupt generation after current image is finished on batch processing"),
|
||||
}))
|
||||
|
||||
options_templates.update(options_section(('API', "API", "system"), {
|
||||
|
|
@ -286,6 +285,7 @@ options_templates.update(options_section(('ui_alternatives', "UI alternatives",
|
|||
"hires_fix_show_prompts": OptionInfo(False, "Hires fix: show hires prompt and negative prompt").needs_reload_ui(),
|
||||
"txt2img_settings_accordion": OptionInfo(False, "Settings in txt2img hidden under Accordion").needs_reload_ui(),
|
||||
"img2img_settings_accordion": OptionInfo(False, "Settings in img2img hidden under Accordion").needs_reload_ui(),
|
||||
"interrupt_after_current": OptionInfo(True, "Don't Interrupt in the middle").info("when using Interrupt button, if generating more than one image, stop after the generation of an image has finished, instead of immediately"),
|
||||
}))
|
||||
|
||||
options_templates.update(options_section(('ui', "User interface", "ui"), {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue