first

Basic data handling: ListFirst

Returns the first element in a LIST. This node takes a LIST as input and returns the first element of the list. If the LIST is empty, it returns None.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (1)

NameTypeRequired
listLISTrequired

Outputs (1)

NameType
first_element*