ComfyUI Node
Image Batch Splitter
A ComfyUI node in ComfyBros/Image Utils with 6 inputs and 2 outputs.
Image Batch Splitter
- images
- split_batch
- info
◄split_modechunk_size►
◄chunk_size8►
◄num_chunks2►
◄start_frame0►
◄end_frame-1►
CategoryComfyBros/Image Utils
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | — | |
| split_mode | COMBO | chunk_size | 3 options: chunk_size, num_chunks, frame_range |
| chunk_sizeopt | INT | 81–1000 | Number of frames per chunk (for chunk_size mode) |
| num_chunksopt | INT | 21–100 | Number of chunks to create (for num_chunks mode) |
| start_frameopt | INT | 0 | Start frame index (for frame_range mode) |
| end_frameopt | INT | -1 | End frame index, -1 for last frame (for frame_range mode) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| split_batch | IMAGE | — |
| info | STRING | — |