ComfyUI Node
Load Images from Folder Pixaroma
Load many images from any folder on disk and feed them through your workflow one at a time - one finished result per image. Pick all, the first N, or hand-pick specific images in a thumbnail gallery. Same resize options as Load Image Pixaroma (max megapixels, longest side, scale by, fit inside, crop to fill, match aspect ratio). Outputs are a list: image, mask, width, height, filename, index, total. Wire filename into a Save node so each result keeps its original name, and width/height into an empty latent so it matches each image's size. Hit Run once and leave the batch count at 1.
Load Images from Folder Pixaroma
- image
- mask
- width
- height
- filename
- index
- total
Category👑 Pixaroma/🖼️ Image
Inputs (0)
No inputs
Outputs (7)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | Each selected image, one per list item (after any resize). |
| mask | MASK | Each image's mask from its alpha channel (blank if it has none). |
| width | INT | Each image's width in pixels (after any resize) - wire into an empty latent so it matches. |
| height | INT | Each image's height in pixels (after any resize). |
| filename | STRING | Each image's filename without the extension - wire into Save so results keep their original names. |
| index | INT | 1-based position of each image in this batch (1, 2, 3 ...). |
| total | INT | How many images are in this batch - i.e. how many loaded (same for every item). |