mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-15 03:00:57 -07:00
add an option to not add watermark to created images
This commit is contained in:
parent
5da1ba0e91
commit
f98338faa8
2 changed files with 2 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ options_templates.update(options_section(('saving-images', "Saving images/grids"
|
|||
|
||||
"use_original_name_batch": OptionInfo(False, "Use original name for output filename during batch process in extras tab"),
|
||||
"save_selected_only": OptionInfo(True, "When using 'Save' button, only save a single selected image"),
|
||||
"do_not_add_watermark": OptionInfo(False, "Do not add watermark to images"),
|
||||
}))
|
||||
|
||||
options_templates.update(options_section(('saving-paths', "Paths for saving"), {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue