diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-04-29 16:50:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 16:50:58 +0300 |
commit | 579e13df7caee2c744f7c90c3730494a8ca02cbd (patch) | |
tree | 2ebe6b5e7763ab2c95aa8bd72ce6d8f6afbd87ce /modules/shared.py | |
parent | faff08f396f159a5ddd6328a6d2699b7e7d18ef9 (diff) | |
parent | 263f0fb59c7afa9b4739b226725dd0b38956a8cf (diff) |
Merge pull request #8847 from space-nuko/remove-watermark-option
Remove "do not add watermark to images" option
Diffstat (limited to 'modules/shared.py')
-rw-r--r-- | modules/shared.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py index ec964e3f..6a14dcd0 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -269,7 +269,6 @@ options_templates.update(options_section(('saving-images', "Saving images/grids" "use_original_name_batch": OptionInfo(True, "Use original name for output filename during batch process in extras tab"),
"use_upscaler_name_as_suffix": OptionInfo(False, "Use upscaler name as filename suffix in the 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"),
"save_init_img": OptionInfo(False, "Save init images when using img2img"),
"temp_dir": OptionInfo("", "Directory for temporary images; leave empty for default"),
|