ComfyUI Node
slice
Creates a slice of a LIST. This node takes a LIST and start/stop/step parameters, and returns a new LIST containing the specified slice of the original LIST.
slice
- list
- LIST
◄start0►
◄stop32767►
◄step1►
CategoryBasic/LIST
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| list | LIST | — | |
| startopt | INT | 0 | — |
| stopopt | INT | 32767 | — |
| stepopt | INT | 1 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LIST | LIST | — |