PainterImageFromBatch
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
Pack: ComfyUI-PainterImageFromBatch
custom_nodes.ComfyUI-PainterImageFromBatch
Inputs (4)
Outputs (1)
| Name | Type |
|---|---|
| IMAGE | IMAGE |