Is it possible to have zero latent noise or choose the custom latent noise? #7210
Creative-comfyUI
started this conversation in
General
Replies: 1 comment
-
The prompt guides the direction of diffusion but does not add noise. If you want to perform diffusion without adding initial noise, you can disable In the case of a uniform latent like an empty latent, it is already close to a converged result without noise, making it difficult to introduce variations. If you want to use latent as initial noise, refer to |
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.
-
If I am right, if you have zero conditioning for negatif and positive prompt, the image you get is the conversion of the latent noise.
Noise generated from our prompt - latent noise -> vae = SDXL image
If we want to add our own latent noise, how can we do that? (this is not the same as image to image)
If this latent noise is not present, what will the prompt give us as an image?
Beta Was this translation helpful? Give feedback.
All reactions