remove

Basic data handling: DataListRemove

Removes the first occurrence of a specified value from a list. This node takes a list and a value as inputs, then returns a new list with the first occurrence of the value removed. Raises a ValueError if the value is not present.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
list*required
value*required

Outputs (2)

NameType
list*
successBOOLEAN