Nodes Browser
ComfyDeploy: How ComfyUI_Delay works in ComfyUI?
What is ComfyUI_Delay?
Simple custom node for ComfyUI to artificially delay a workflow at any point.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI_Delay
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI-Delay
This custom node for ComfyUI provides a simple way to add configurable delays between node operations, which can be useful for debugging, timing control, or managing resource usage in workflows.
Features
- Adds configurable delays between node operations
- Works with any type of input/output
- Provides console feedback about delay duration
- Easy to integrate into existing ComfyUI workflows
- No additional dependencies
Requirements
- ComfyUI
- Python 3.10+
Installation
- Navigate to your ComfyUI custom nodes folder:
cd /path/to/ComfyUI/custom_nodes/
- Clone this repository:
git clone https://github.com/a-und-b/ComfyUI-Delay.git
- Restart ComfyUI
Usage
After installation, you'll find a new node called "Add Delay" in the utils menu.
- Add the node anywhere in your workflow where you want to introduce a delay
- Set the desired delay duration in seconds
- Connect any input to the node - it will pass through unchanged after the specified delay
- The console will show feedback when the delay starts and completes
Console Output
The node provides feedback in the console:
[Delay Node] Starting delay of 1.0 second
[Delay Node] Delay of 1.0 second completed
Contributing
Contributions are welcome! Please feel free to submit a pull request.
License
This project is open-sourced under the MIT License - see the LICENSE file for details.