ComfyUI Node

pop

Removes and returns an arbitrary item from a SET. This node takes a SET as input and returns both the new SET with an arbitrary item removed and the removed item. When the SET is empty, the item is None.

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

Inputs (1)

NameTypeDefaultDescription
setSET

Outputs (2)

NameTypeDescription
setSET
item*