Nodes/ComfyUI-FrameUtilitys/Frame Repeater πŸ”
ComfyUI Node

Frame Repeater πŸ”

Repeats a specified batch of frames from a video sequence with configurable positioning

By lum3onΒ·Created about a year agoΒ·Updated 2 months agoΒ· 16
Frame Repeater πŸ”
  • source_video
  • repeated_video
β—„start_frame-15β–Ί
β—„frame_count15β–Ί
β—„repeat_times2β–Ί
β—„output_modeextract_onlyβ–Ί
β—„insert_position-1β–Ί
β—„width512β–Ί
β—„height512β–Ί
β—„interpolationbilinearβ–Ί
β—„methodkeep proportionβ–Ί
β—„conditionalwaysβ–Ί
β—„multiple_of0β–Ί
β—„blend_frames0β–Ί
β—„reverse_repeatfalseβ–Ί
β—„memory_efficienttrueβ–Ί
Categoryimage/video

Inputs (15)

NameTypeDefaultDescription
source_videoIMAGESource video sequence to process (IMAGE tensor format)
start_frameINT-15-10000–10000Starting frame for repetition (negative values count from end)
frame_countINT151–1000Number of frames to repeat
repeat_timesINT21–100How many times to repeat the frame batch
output_modeCOMBOextract_onlyExtract only the repeated frames or insert them into the full video
insert_positionINT-1-1–10000Where to insert repeated frames (-1 = end, 0 = beginning) [only for insert_into_video mode]
widthINT51264–8192Target width for frame resizing
heightINT51264–8192Target height for frame resizing
interpolationCOMBObilinearInterpolation method for resizing
methodCOMBOkeep proportionResizing method
conditionCOMBOalwaysWhen to apply resizing
multiple_ofINT00–512Round dimensions to multiple of this value (0 = disabled)
blend_framesoptINT00–50Number of transition frames for smooth blending
reverse_repeatoptBOOLEANfalseReverse the repeated frames for ping-pong effect
memory_efficientoptBOOLEANtrueProcess in chunks to save memory

Outputs (1)

NameTypeDescription
repeated_videoIMAGEβ€”