Nodes/ComfyUI-Pixaroma/Load Images from Folder Pixaroma
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.

By pixaroma·Created 5 months ago·Updated 23 days ago· 271
Load Images from Folder Pixaroma
    • image
    • mask
    • width
    • height
    • filename
    • index
    • total
    Category👑 Pixaroma/🖼️ Image

    Inputs (0)

    No inputs

    Outputs (7)

    NameTypeDescription
    imageIMAGEEach selected image, one per list item (after any resize).
    maskMASKEach image's mask from its alpha channel (blank if it has none).
    widthINTEach image's width in pixels (after any resize) - wire into an empty latent so it matches.
    heightINTEach image's height in pixels (after any resize).
    filenameSTRINGEach image's filename without the extension - wire into Save so results keep their original names.
    indexINT1-based position of each image in this batch (1, 2, 3 ...).
    totalINTHow many images are in this batch - i.e. how many loaded (same for every item).