mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-06 17:22:49 -08:00
Option to not save incomplete images
This commit is contained in:
parent
f879cac1e7
commit
1d7dcdb6c3
2 changed files with 12 additions and 8 deletions
|
|
@ -356,6 +356,7 @@ options_templates.update(options_section(('saving-images', "Saving images/grids"
|
|||
"temp_dir": OptionInfo("", "Directory for temporary images; leave empty for default"),
|
||||
"clean_temp_dir_at_start": OptionInfo(False, "Cleanup non-default temporary directory when starting webui"),
|
||||
|
||||
"dont_save_interrupted_images": OptionInfo(False, "Don't save incomplete images").info("Don't save images that has been interrupted in mid-generation, they will still show up in webui output."),
|
||||
}))
|
||||
|
||||
options_templates.update(options_section(('saving-paths', "Paths for saving"), {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue