slice

Basic data handling: DataListSlice

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.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (4)

NameTypeRequired
list*required
startINToptional
stopINToptional
stepINToptional

Outputs (1)

NameType
list*