ComfyUI Node
Batch Load Image Sequence
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).
Batch Load Image Sequence
- IMAGE
- INT
◄path_pattern./frame{:06d}.webp►
◄start_index0►
◄frame_count16►
◄ignore_missing_imagesfalse►
CategoryFrameIO
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| path_pattern | STRING | ./frame{:06d}.webp | — |
| start_index | INT | 0 | — |
| frame_count | INT | 16 | — |
| ignore_missing_images | COMBO | false | 2 options: false, true |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |
| INT | INT | — |