Visit ComfyUI Online for ready-to-use ComfyUI environment
Introduce delay in workflow execution for synchronization, resource management, and precise timing control.
The Sleep node is designed to introduce a delay in the execution of your workflow for a specified amount of time. This can be particularly useful in scenarios where you need to synchronize processes, wait for external resources, or simply introduce a pause between operations. By allowing you to specify the delay in both minutes and seconds, the Sleep node offers precise control over the timing of your workflow. This can help in managing resource utilization and ensuring that subsequent operations are executed at the right moment.
This parameter accepts any input type and serves as the data that will be passed through the node after the delay. It does not affect the delay duration but ensures that the workflow continues with the provided input once the delay is over.
This parameter specifies the number of minutes to delay the execution. It accepts integer values ranging from 0 to 1439, with a default value of 0. Setting this parameter allows you to introduce longer delays in your workflow, up to nearly 24 hours.
This parameter specifies the number of seconds to delay the execution. It accepts floating-point values ranging from 0.0 to 59.99, with a default value of 0.0. This allows for fine-grained control over shorter delays, down to hundredths of a second.
The output parameter is the same as the input parameter. After the specified delay, the node passes the input data through unchanged. This ensures that the workflow can continue seamlessly with the original data after the delay period.
© Copyright 2024 RunComfy. All Rights Reserved.