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