aboutsummaryrefslogtreecommitdiffstats
path: root/script.js
diff options
context:
space:
mode:
authorrewbs <robin@soal.org>2022-09-08 12:02:06 +0000
committerrewbs <robin@soal.org>2022-09-08 12:02:06 +0000
commited01f69542628fe19d472a86a2992f60c3c9232e (patch)
tree5fe6dcac58654537390e89b9b7b9c0f195da1455 /script.js
parent61785cef656335cce3ab50b420301d2821f7c5e1 (diff)
downloadstable-diffusion-webui-gfx803-ed01f69542628fe19d472a86a2992f60c3c9232e.tar.gz
stable-diffusion-webui-gfx803-ed01f69542628fe19d472a86a2992f60c3c9232e.tar.bz2
stable-diffusion-webui-gfx803-ed01f69542628fe19d472a86a2992f60c3c9232e.zip
Turn the loopback denoise strength change factor into a parameter rather than hardcoding to 0.95. Set the default to 1.
Diffstat (limited to 'script.js')
-rw-r--r--script.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/script.js b/script.js
index f2cd8877..1583f2b4 100644
--- a/script.js
+++ b/script.js
@@ -26,7 +26,8 @@ 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.",
+ "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.",
"Save": "Write image to a directory (default - log/images) and generation parameters into csv file.",