slice

Basic data handling: ListSlice

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
listLISTrequired
startINToptional
stopINToptional
stepINToptional

Outputs (1)

NameType
LISTLIST