diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-10 17:32:37 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-10 17:32:44 +0000 |
commit | 39919c40dd18f5a14ae21403efea1b0f819756c7 (patch) | |
tree | aeb949900463f50d99412daa25ebd07e5dee7da1 /javascript/hints.js | |
parent | ed769977f0d0f201d8e361d365102f18775fc62c (diff) | |
download | stable-diffusion-webui-gfx803-39919c40dd18f5a14ae21403efea1b0f819756c7.tar.gz stable-diffusion-webui-gfx803-39919c40dd18f5a14ae21403efea1b0f819756c7.tar.bz2 stable-diffusion-webui-gfx803-39919c40dd18f5a14ae21403efea1b0f819756c7.zip |
add eta noise seed delta option
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index 8e352e94..47b80776 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -79,6 +79,7 @@ titles = { "Highres. fix": "Use a two step process to partially create an image at smaller resolution, upscale, and then improve details in it without changing composition", "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.", } |