ComfyUI Node

remove

Removes an item from a SET. This node takes a SET and any item as inputs, then returns a new SET with the item removed and a success indicator. If the item is not present, the original SET is returned with success set to False.

By StableLlama·Created about a year ago·Updated 25 days ago· 45
remove
  • set
  • item
  • set
  • success
CategoryBasic/SET

Inputs (2)

NameTypeDefaultDescription
setSET
item*

Outputs (2)

NameTypeDescription
setSET
successBOOLEAN