Nodes/comfy-ovum/_.symmetric_difference
ComfyUI Node

_.symmetric_difference

Return the symmetric difference of two sets as a new set. (i.e., all elements that are in exactly one of the sets.)

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.symmetric_difference
  • obj
  • other
  • *
Categoryovum/underscore

Inputs (2)

NameTypeDefaultDescription
objopt*Primary input object. Also accepts _.CHAIN to continue chaining.
otheropt*other: JSON allowed for arrays/objects where applicable.

Outputs (1)

NameTypeDescription
**