diff options
author | Greg Fuller <gfuller23@gmail.com> | 2022-10-12 19:44:41 +0000 |
---|---|---|
committer | Greg Fuller <gfuller23@gmail.com> | 2022-10-12 19:44:41 +0000 |
commit | fb3cefb348600497d964c4fd3f99138d7dde0ec5 (patch) | |
tree | 984c02da13dae6ab0d6c21304a551bbfffea02f2 /javascript/hints.js | |
parent | d717eb079cd6b7fa7a4f97c0a10d400bdec753fb (diff) | |
parent | 698d303b04e293635bfb49c525409f3bcf671dce (diff) | |
download | stable-diffusion-webui-gfx803-fb3cefb348600497d964c4fd3f99138d7dde0ec5.tar.gz stable-diffusion-webui-gfx803-fb3cefb348600497d964c4fd3f99138d7dde0ec5.tar.bz2 stable-diffusion-webui-gfx803-fb3cefb348600497d964c4fd3f99138d7dde0ec5.zip |
Merge remote-tracking branch 'upstream/master' into interrogate_include_ranks_in_output
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index 045f2d3c..d51ee14c 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -80,7 +80,10 @@ 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.", + "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 hoin split words into a single line if the option above is enabled.", } |