ComfyUI Node

remove

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.

By StableLlama·Created about a year ago·Updated 25 days ago· 45
remove
  • list
  • value
  • list
  • success
CategoryBasic/Data List

Inputs (2)

NameTypeDefaultDescription
list*
value*

Outputs (2)

NameTypeDescription
list*
successBOOLEAN