ComfyUI Node
range
Creates a LIST containing a sequence of numbers. This node generates a LIST of numbers similar to Python's range() function. It takes start, stop, and step parameters to define the sequence.
range
- LIST
◄start0►
◄stop10►
◄step1►
CategoryBasic/LIST
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| start | INT | 0 | — |
| stop | INT | 10 | — |
| stepopt | INT | 1 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LIST | LIST | — |