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 and a success indicator. If the value is not present, the original LIST is returned with success set to False.

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

Inputs (2)

NameTypeDefaultDescription
listLIST
value*

Outputs (2)

NameTypeDescription
listLIST
successBOOLEAN