aboutsummaryrefslogtreecommitdiff
path: root/javascript/hints.js
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-04-29 16:50:58 +0300
committerGitHub <noreply@github.com>2023-04-29 16:50:58 +0300
commit579e13df7caee2c744f7c90c3730494a8ca02cbd (patch)
tree2ebe6b5e7763ab2c95aa8bd72ce6d8f6afbd87ce /javascript/hints.js
parentfaff08f396f159a5ddd6328a6d2699b7e7d18ef9 (diff)
parent263f0fb59c7afa9b4739b226725dd0b38956a8cf (diff)
Merge pull request #8847 from space-nuko/remove-watermark-option
Remove "do not add watermark to images" option
Diffstat (limited to 'javascript/hints.js')
-rw-r--r--javascript/hints.js1
1 files changed, 0 insertions, 1 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.",