https://github.com/a-und-b/ComfyUI_Delay
Simple custom node for ComfyUI to artificially delay a workflow at any point.
https://github.com/a-und-b/ComfyUI_Delay
comfyui comfyui-nodes
Last synced: 3 months ago
JSON representation
Simple custom node for ComfyUI to artificially delay a workflow at any point.
- Host: GitHub
- URL: https://github.com/a-und-b/ComfyUI_Delay
- Owner: a-und-b
- License: mit
- Created: 2024-11-04T15:59:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T11:20:35.000Z (3 months ago)
- Last Synced: 2025-01-10T12:26:37.727Z (3 months ago)
- Topics: comfyui, comfyui-nodes
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI_Delay**
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.
## 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
1. Navigate to your ComfyUI custom nodes folder:
```
cd /path/to/ComfyUI/custom_nodes/
```
2. Clone this repository:
```
git clone https://github.com/a-und-b/ComfyUI-Delay.git
```
3. Restart ComfyUI## Usage
After installation, you'll find a new node called "Add Delay" in the utils menu.
1. Add the node anywhere in your workflow where you want to introduce a delay
2. Set the desired delay duration in seconds
3. Connect any input to the node - it will pass through unchanged after the specified delay
4. 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.