ComfyUI Node
Slicing List π¦βπ₯
Extract a list from the input list from start index with specified length. Supports any input type.
Slicing List π¦βπ₯
- input_list
- sliced
βstart0βΊ
βlength1βΊ
Categoryπ¦βπ₯ ArchiGraph/π οΈ Utils
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| input_list | * | Input list to slice. | |
| start | INT | 0 | Start index for slicing. |
| length | INT | 1 | Length for slicing. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| sliced | * | β |