-
How can I change the denoising while inpainting? I know I can change it for img2img, but sometimes I just want to change the pants but everything else looks fine, so it would be nice to be able to do img2img to just the masked part with a low denoising. Doing it now, just makes the masked area grey. |
Beta Was this translation helpful? Give feedback.
Answered by
ltdrdata
Jul 8, 2023
Replies: 1 comment 5 replies
-
Don't use |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Euchale
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't use
VAE Encode (for inpaint)
. You have to useSet Latent Noise
.