aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-04-29 13:50:58 +0000
committerGitHub <noreply@github.com>2023-04-29 13:50:58 +0000
commit579e13df7caee2c744f7c90c3730494a8ca02cbd (patch)
tree2ebe6b5e7763ab2c95aa8bd72ce6d8f6afbd87ce
parentfaff08f396f159a5ddd6328a6d2699b7e7d18ef9 (diff)
parent263f0fb59c7afa9b4739b226725dd0b38956a8cf (diff)
downloadstable-diffusion-webui-gfx803-579e13df7caee2c744f7c90c3730494a8ca02cbd.tar.gz
stable-diffusion-webui-gfx803-579e13df7caee2c744f7c90c3730494a8ca02cbd.tar.bz2
stable-diffusion-webui-gfx803-579e13df7caee2c744f7c90c3730494a8ca02cbd.zip
Merge pull request #8847 from space-nuko/remove-watermark-option
Remove "do not add watermark to images" option
-rw-r--r--javascript/hints.js1
-rw-r--r--modules/shared.py1
-rw-r--r--requirements.txt1
3 files changed, 0 insertions, 3 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index 44d418da..fa023585 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -85,7 +85,6 @@ titles = {
"vram": "Torch active: Peak amount of VRAM used by Torch during generation, excluding cached data.\nTorch reserved: Peak amount of VRAM allocated by Torch, including all active and cached data.\nSys VRAM: Peak amount of VRAM allocation across all applications / total GPU VRAM (peak utilization%).",
"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 behaving in an unethical manner.",
"Filename word regex": "This regular expression will be used extract words from filename, and they will be joined using the option below into label text used for training. Leave empty to keep filename text as it is.",
"Filename join string": "This string will be used to join split words into a single line if the option above is enabled.",
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"),
diff --git a/requirements.txt b/requirements.txt
index 9091f612..44e44608 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,6 @@ fonts
font-roboto
gfpgan
gradio==3.27
-invisible-watermark
numpy
omegaconf
opencv-contrib-python