ComfyUI Node
Generic Queue (lab)
Loop through all values of input list, and send them to output.
Generic Queue (lab)
- input_list
- index
- value
- index
- total
CategoryComfyLab/queue
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| input_list | LIST | list of values, processed by queue | |
| indexopt | QUEUE_STATUS | current queue status |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| value | * | current value (not typed) |
| index | INT | current index |
| total | INT | total elements |