Batch Load Image List (Advanced)
BatchLoadImageList
Loads images from a provided list of paths. - Best used with `Batch Save Image Sequence` output. - Supports slicing (start, end, step) for partial loading. - Optimized with async loading and direct tensor conversion.
Pack: ComfyUI-FrameIO
custom_nodes.ComfyUI-FrameIO
Inputs (4)
| Name | Type | Required |
|---|---|---|
| paths | STRING_LIST | required |
| start | INT | optional |
| end | INT | optional |
| step | INT | optional |