Load Image¶
The Load Image node can be used to to load an image. Images can be uploaded by starting the file dialog or by dropping an image onto the node. Once the image has been uploaded they can be selected inside the node.
Info
by default images will be uploaded to the input folder of ComfyUI
inputs¶
image
-
The name of the image to use.
outputs¶
IMAGE
-
The pixel image.
MASK
-
The alpha channel of the image.
example¶
In order to perform image to image generations you have to load the image with the load image node. In the example below an image is loaded using the load image node, and is then encoded to latent space with a VAE encode node, letting us perform image to image tasks.
(TODO: provide different example using mask)