add an option to not add watermark to created images

This commit is contained in:
AUTOMATIC
2022-10-10 23:15:48 +03:00
parent 5da1ba0e91
commit f98338faa8
2 changed files with 2 additions and 0 deletions

View File

@@ -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"), {