symmetric difference

Basic data handling: SetSymmetricDifference

Returns the symmetric difference between two SETs. This node takes two SETs as input and returns a new SET containing elements in either SET but not in both.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
set1SETrequired
set2SETrequired

Outputs (1)

NameType
SETSET