ComfyUI Node
List Slice
A ComfyUI node in utils/list with 3 inputs and 1 output.
List Slice
- list_items
- list_items
◄start_index1►
◄length1►
Categoryutils/list
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| list_items | * | List-valued input to slice. Non-list inputs are copied through unchanged. | |
| start_index | INT | 11–2147483647 | 1-based starting item to include. Values past the list end clamp to the last item. |
| length | INT | 11–2147483647 | Maximum number of items to include from the start index. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| list_items | * | — |