aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-10 23:15:48 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-10-10 23:15:48 +0300
commitf98338faa84ecce503e68d8ba13d5f7bbae52730 (patch)
tree284200f5b89e29edef918cd830feaf98114c6be7
parent5da1ba0e91a81804dc911d34c9a2e6956a23199c (diff)
add an option to not add watermark to created images
-rw-r--r--javascript/hints.js1
-rw-r--r--modules/shared.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index 47b80776..045f2d3c 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -80,6 +80,7 @@ titles = {
"Scale latent": "Uscale the image in latent space. Alternative is to produce the full image from latent representation, upscale that, and then move it back to latent space.",
"Eta noise seed delta": "If this values is non-zero, it will be added to seed and used to initialize RNG for noises when using samplers with Eta. You can use this to produce even more variation of images, or you can use this to match images of other software if you know what you are doing.",
+ "Do not add watermark to images": "If this option is enabled, watermark will not be added to created images. Warning: if you do not add watermark, you may be bevaing in an unethical manner.",
}
diff --git a/modules/shared.py b/modules/shared.py
index da389f9c..ecd15ef5 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -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"), {