ComfyUI Node
🪠️ WWAA Nested Loop Counter
Implements a nested loop counter for complex iteration patterns. Maintains state across executions with customizable maximum values and increment steps. Returns both integer and float values for 'i' and 'j' loop variables, along with debug logging for tracking execution state.
🪠️ WWAA Nested Loop Counter
- i
- j
- i_float
- j_float
- debug_log
◄max_value10►
◄increment1►
◄resetfalse►
Category🪠️ WWAA/utilities
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| max_value | INT | 101–10000 | — |
| increment | INT | 11–1000 | — |
| reset | BOOLEAN | false | — |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| i | INT | — |
| j | INT | — |
| i_float | FLOAT | — |
| j_float | FLOAT | — |
| debug_log | STRING | — |