ComfyUI Node
enumerate
Enumerate a data list, returning a list of [index, value] pairs. Optionally, specify a starting value for the index.
enumerate
- list
- list
◄start0►
CategoryBasic/Data List
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list | * | — | |
| startopt | INT | 0 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| list | * | — |