Batch Load Image Sequence

BatchLoadImageSequence

Loads a sequence of images from disk using a pattern. - Supports high-performance async loading. - Ideal for loading rendered sequences or datasets. - Use pattern like `frame{:06d}.webp` to match filenames. - Set `frame_count` to 0 to auto-detect all available frames (contiguous).

Pack: ComfyUI-FrameIO

custom_nodes.ComfyUI-FrameIO

Inputs (4)

NameTypeRequired
path_patternSTRINGrequired
start_indexINTrequired
frame_countINTrequired
ignore_missing_imagesCOMBOrequired

Outputs (2)

NameType
IMAGEIMAGE
INTINT