ComfyUI Extension: ComfyUI_Delay
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
Simple custom node for ComfyUI to artificially delay a workflow at any point.
README
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.
<img width="2242" height="964" alt="image" src="https://github.com/user-attachments/assets/79f0cefa-a587-4b08-8999-be2a7cee6c25" />Features
- Adds configurable delays between node operations
- Works with any type of input/output
- Visual progress bar in the ComfyUI UI showing delay progress
- Responds to ComfyUI's Stop button while delaying
- Provides console feedback about delay duration
- Easy to integrate into existing ComfyUI workflows
- No additional dependencies
Requirements
- ComfyUI
- Python 3.10+
Installation
Via ComfyUI-Manager (recommended)
Search for ComfyUI_Delay in ComfyUI-Manager and click Install, then restart ComfyUI.
Manual 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
- While the node is running, the ComfyUI UI shows a progress bar for the delay
- Click ComfyUI's Stop button at any time to cancel an in-progress 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.
Acknowledgements
License
This project is open-sourced under the MIT License - see the LICENSE file for details.
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.