Simple custom node for ComfyUI to artificially delay a workflow at any point.
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.
cd /path/to/ComfyUI/custom_nodes/
git clone https://github.com/a-und-b/ComfyUI-Delay.git
After installation, you'll find a new node called "Add Delay" in the utils menu.
The node provides feedback in the console:
[Delay Node] Starting delay of 1.0 second
[Delay Node] Delay of 1.0 second completed
Contributions are welcome! Please feel free to submit a pull request.
This project is open-sourced under the MIT License - see the LICENSE file for details.