Nodes/ComfyUI-PainterImageFromBatch/PainterImageFromBatch
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

By princepainter·Created 8 months ago·Updated 7 months ago· 4
PainterImageFromBatch
  • image
  • IMAGE
start_frombeginning
start_frame0
frame_count1
Categoryimage/batch

Inputs (4)

NameTypeDefaultDescription
imageIMAGE
start_fromCOMBObeginningStart counting from beginning or end of batch
start_frameINT0-4095–4095Start frame index. beginning: 0=first frame; end: -1=last frame
frame_countINT11–4096Number of frames to extract

Outputs (1)

NameTypeDescription
IMAGEIMAGE