ComfyUI Node
⏱️ Execution Counter (nhk)
Counts workflow executions and stops queue when target is reached
⏱️ Execution Counter (nhk)
- input
- output
- status
- current_count
- should_stop
◄target_count100►
◄reset_counterfalse►
Categorynhk/utility
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| input | * | Pass-through input (any type) | |
| target_count | INT | 1001–10000 | Stop queue after this many executions |
| reset_counter | BOOLEAN | false | Reset counter back to 0 |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| output | * | — |
| status | STRING | — |
| current_count | INT | — |
| should_stop | BOOLEAN | — |