ComfyUI Node
⭐ Star Load Image+
Load an image from the input or output folder. Outputs the image, its mask, and the full metadata for ⭐ Star Image Loader Options. Works with PNG, JPG and WEBP saved by ⭐ Star Save Image+.
⭐ Star Load Image+
- image
- mask
- metadata
◄image▾►
◄invert_maskfalse►
Category⭐StarNodes/IO
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| image | COMBO | Image from the input folder, or from the output folder (entries ending with [output]), or upload / paste from clipboard. | |
| invert_mask | BOOLEAN | false | Invert the mask extracted from the alpha channel (useful for inpaint vs. keep-area workflows). |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | Loaded image. |
| mask | MASK | Alpha channel as mask (flip it with invert_mask). |
| metadata | STAR_METADATA | All metadata found in the image - connect to ⭐ Star Image Loader Options. |