Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone, I'm curious about parameter denoising_strength in webui. Although documentation is available to get the information, I still want to understand how it works with codes. Unfortunately I didn't find it, denoising_strength is passed to function StableDiffusionProcessingTxt2Img/StableDiffusionProcessingImg2Img, and then there seems to be no follow-up.
Besides, for img2img, there is a parameter strength in diffusers which value in [0.0, 1.0] , it works as :
It works much like 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.", I wonder if denoising_strength in webui and strength in diffusers work in exactly the same way, and why denoising_strength is also set in txt2img.
Beta Was this translation helpful? Give feedback.
All reactions