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.

By StableLlama·Created about a year ago·Updated 25 days ago· 45
slice
  • list
  • list
start0
stop32767
step1
CategoryBasic/Data List

Inputs (4)

NameTypeDefaultDescription
list*
startoptINT0
stopoptINT32767
stepoptINT1

Outputs (1)

NameTypeDescription
list*