ComfyUI Extension
ComfyUI_LoopNode
Custom node that provides loop (for-loop) functionality in ComfyUI.
t22m003/ComfyUI_LoopNode
Nodes2
On cloudLocal install
CategoryLoop
Stars0
Updated29 days ago
Readme
ComfyUI Loop Node
Custom node that provides loop (for-loop) functionality in ComfyUI. This allows you to repeat execution steps by outputting a list of integers, which triggers ComfyUI's list execution behavior.
Features
- For Loop (Count): Simple loop that runs
Ntimes. outputs0toN-1. - For Loop (Range): Loop based on python
range(start, stop, step).
Installation
Navigate to your ComfyUI/custom_nodes/ directory and clone this repository:
git clone https://github.com/t22m003/ComfyUI_LoopNode.git
Usage
Found under the category: Loop