Visit ComfyUI Online for ready-to-use ComfyUI environment
Duplicate frames to create seamless looping animations or extend sequences in videos with controlled repetition and indexing.
The Frame Set Repeat node is designed to duplicate a sequence of frames multiple times, creating a repeated pattern of the original frames. This node is particularly useful for generating looping animations or extending the duration of a specific sequence in your video project. By specifying the number of repetitions and the step interval between each repetition, you can control how the frames are duplicated and indexed. This node ensures that the repeated frames are seamlessly integrated into the original sequence, maintaining the framerate and overall consistency of the video.
This parameter represents the original set of frames that you want to repeat. It is of the type FrameSet
, which includes the images and their respective indices. The frames parameter is essential as it provides the base sequence that will be duplicated.
This integer parameter determines how many times the original set of frames will be repeated. The default value is 2, with a minimum value of 1. Increasing the number of repetitions will extend the duration of the repeated sequence, creating a longer loop.
This integer parameter specifies the interval between each repetition of the frames. The default value is 1, with a minimum value of 1. The step value controls the indexing of the repeated frames, ensuring that they are correctly positioned in the sequence. A larger step value will create a larger gap between repetitions.
The output parameter is a FrameSet
that contains the repeated sequence of frames. This new set of frames includes the original frames and their repetitions, indexed according to the specified step interval. The output maintains the original framerate, ensuring smooth playback in your video project.
© Copyright 2024 RunComfy. All Rights Reserved.