Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates repeated execution of tasks or signals within a group for workflow efficiency and consistency.
x
The GroupExecutorRepeater
node is designed to facilitate the repeated execution of a set of tasks or signals within a group. This node is particularly useful when you need to perform the same operation multiple times, ensuring consistency and efficiency in your workflow. By leveraging this node, you can automate repetitive tasks, reduce manual intervention, and streamline processes that require repeated actions. The node's primary function is to take an input signal and repeat it a specified number of times, with optional delays between each repetition, allowing for precise control over the execution timing. This capability is essential for scenarios where tasks need to be executed in a loop or when simulating repeated actions over time.
The signal
parameter is a crucial input that represents the task or set of tasks to be repeated. It can be a single signal or a list of signals, and it serves as the core element that the node will process. If the signal is not provided, the node will raise an error, as it is essential for the execution process.
The repeat_count
parameter determines how many times the input signal will be repeated. It accepts integer values with a minimum of 1 and a maximum of 100, with a default value of 1. This parameter allows you to control the number of repetitions, enabling you to tailor the execution to your specific needs.
The group_delay
parameter specifies the delay in seconds between each repetition of the signal. It accepts floating-point values ranging from 0.0 to 300.0, with a default value of 0.0. This parameter is useful for introducing pauses between repetitions, which can be critical for tasks that require time intervals between executions.
The output of the GroupExecutorRepeater
node is a SIGNAL
, which is a list of repeated signals based on the input parameters. This output is essential for further processing in your workflow, as it provides a structured sequence of repeated tasks that can be used by subsequent nodes or processes.
signal
parameter is correctly set, as it is the foundation of the node's operation. Without a valid signal, the node cannot function.repeat_count
and group_delay
parameters to fine-tune the execution process. Adjusting these values can help you achieve the desired repetition and timing for your tasks.signal
parameter is not provided or is invalid.<error_message>
repeat_count
and group_delay
parameters to ensure they are within the acceptable range. Also, verify that the input signal is in the correct format.RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Playground, enabling artists to harness the latest AI tools to create incredible art.