ComfyUI Node
Frame Repeater π
Repeats a specified batch of frames from a video sequence with configurable positioning
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)
| Name | Type | Default | Description |
|---|---|---|---|
| source_video | IMAGE | Source video sequence to process (IMAGE tensor format) | |
| start_frame | INT | -15-10000β10000 | Starting frame for repetition (negative values count from end) |
| frame_count | INT | 151β1000 | Number of frames to repeat |
| repeat_times | INT | 21β100 | How many times to repeat the frame batch |
| output_mode | COMBO | extract_only | Extract only the repeated frames or insert them into the full video |
| insert_position | INT | -1-1β10000 | Where to insert repeated frames (-1 = end, 0 = beginning) [only for insert_into_video mode] |
| width | INT | 51264β8192 | Target width for frame resizing |
| height | INT | 51264β8192 | Target height for frame resizing |
| interpolation | COMBO | bilinear | Interpolation method for resizing |
| method | COMBO | keep proportion | Resizing method |
| condition | COMBO | always | When to apply resizing |
| multiple_of | INT | 00β512 | Round dimensions to multiple of this value (0 = disabled) |
| blend_framesopt | INT | 00β50 | Number of transition frames for smooth blending |
| reverse_repeatopt | BOOLEAN | false | Reverse the repeated frames for ping-pong effect |
| memory_efficientopt | BOOLEAN | true | Process in chunks to save memory |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| repeated_video | IMAGE | β |