This guide will help you understand and complete an image to image workflow
ComfyUI/models/checkpoints
folder.
Workflows
-> Open (ctrl+o)
.Load Checkpoint
loads v1-5-pruned-emaonly-fp16.safetensorsLoad Image
nodeQueue
or press Ctrl/Cmd + Enter
to generatedenoise
parameter in the KSampler
node, which should be less than 1
If you’ve adjusted the denoise
parameter and generated images, you’ll notice:
denoise
value, the smaller the difference between the generated image and the reference imagedenoise
value, the larger the difference between the generated image and the reference imagedenoise
determines the strength of noise added to the latent space image after converting the reference image. If denoise
is 1, the latent space image will become completely random noise, making it the same as the latent space generated by the empty latent image
node, losing all characteristics of the reference image.
For the corresponding principles, please refer to the principle explanation in the Text to Image tutorial.
denoise
parameter in the KSampler node, gradually changing it from 1 to 0, and observe the changes in the generated images