diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-08 17:02:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 17:02:15 +0300 |
commit | 20b86e81c397a885b8e6ea4fe3af63c73b86afc0 (patch) | |
tree | 654ced5cc2c8bc2b38b638f5d7911b1504713a8c /script.js | |
parent | ad02b249f5bf8e494c35a313f44515b7b1e6739d (diff) | |
parent | ed01f69542628fe19d472a86a2992f60c3c9232e (diff) |
Merge pull request #154 from rewbs/img2img2-loopback-denoise-strength-change-factor
Turn the loopback denoising 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.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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.", |