remove

Basic data handling: SetRemove

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.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
setSETrequired
item*required

Outputs (2)

NameType
setSET
successBOOLEAN