ComfyUI Node
Koolook Loop Status
A ComfyUI node in Koolook/Loop with 10 inputs and 2 outputs.
Koolook Loop Status
- value
- value
- status
◄index0►
◄total1►
◄filepath►
◄labelloop►
◄auto_queue_nextfalse►
◄index_node_id►
◄server_urlauto►
◄max_auto_queue_depth100►
◄remaining_auto_queue_depth-1►
CategoryKoolook/Loop
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| value | * | Payload to pass through unchanged while this node reports loop progress. | |
| index | INT | 00–999999 | Current zero-based frame index. Wire this from the easy int node that drives the loop. |
| total | INT | 11–100000 | Total frames/prompts in this loop. Auto-queue stops when index + 1 reaches total. |
| filepathopt | STRING | Optional sequence path for the printed status line. %04d-style frame tokens are previewed with the current index. | |
| labelopt | STRING | loop | Short label printed before progress, for example EXR_SAFE or plate_pass. |
| auto_queue_nextopt | BOOLEAN | false | Queue the next prompt automatically after this frame, advancing the connected index node. |
| index_node_idopt | STRING | Advanced override for the frame-index node id. Leave blank; the connected index input is normally detected automatically. | |
| server_urlopt | STRING | auto | ComfyUI server used for auto-queue. Leave auto to detect the running server and port. |
| max_auto_queue_depthopt | INT | 1001–1000 | Safety cap for child prompts this run may chain, preventing accidental runaway loops. |
| remaining_auto_queue_depthopt | INT | -1-1–1000 | Internal countdown carried into child prompts. Leave at -1 in normal canvas use. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| value | * | — |
| status | STRING | — |