ComfyUI Node
PainterImageFromBatch
Extract contiguous frames from an image batch with bidirectional support. - **beginning mode**: start_frame=0 means first frame - **end mode**: start_frame=-1 means last frame Examples (81 frames): • Get frames 1-15: beginning, start_frame=0, frame_count=15 • Get last 15 frames: end, start_frame=-15, frame_count=15 • Get frames 66-81: beginning, start_frame=65, frame_count=16
PainterImageFromBatch
- image
- IMAGE
◄start_frombeginning►
◄start_frame0►
◄frame_count1►
Categoryimage/batch
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| start_from | COMBO | beginning | Start counting from beginning or end of batch |
| start_frame | INT | 0-4095–4095 | Start frame index. beginning: 0=first frame; end: -1=last frame |
| frame_count | INT | 11–4096 | Number of frames to extract |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |