diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-10 14:31:03 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-10 14:31:03 +0000 |
commit | dfefc5175a79dedf08fb6f6d26c6b868682a30ec (patch) | |
tree | 6c010bce42f38298fbc29aa86d04bc55f467b73b /script.js | |
parent | 1b963c205fe97d33a1dfe3fc7c62bc860a0e7d2e (diff) | |
download | stable-diffusion-webui-gfx803-dfefc5175a79dedf08fb6f6d26c6b868682a30ec.tar.gz stable-diffusion-webui-gfx803-dfefc5175a79dedf08fb6f6d26c6b868682a30ec.tar.bz2 stable-diffusion-webui-gfx803-dfefc5175a79dedf08fb6f6d26c6b868682a30ec.zip |
extra info for de-noising strength tooltip
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ titles = { "latent nothing": "fill it with latent space zeroes", "Inpaint at full resolution": "Upscale masked region to target resolution, do inpainting, downscale back and paste into original image", - "Denoising strength": "Determines how little respect the algorithm should have for image's content. At 0, nothing will change, and at 1 you'll get an unrelated image.", + "Denoising strength": "Determines how little respect the algorithm should have for image's content. At 0, nothing will change, and at 1 you'll get an unrelated image. With values below 1.0, processing will take less steps than the Sampling Steps slider specifies.", "Denoising strength change factor": "In loopback mode, on each loop the denoising strength is multiplied by this value. <1 means decreasing variety so your sequence will converge on a fixed picture. >1 means increasing variety so your sequence will become more and more chaotic.", "Interrupt": "Stop processing images and return any results accumulated so far.", |