is disjoint

Basic data handling: SetIsDisjoint

Checks if two SETs have no elements in common. This node takes two SETs as input and returns True if they have no elements in common.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
set1SETrequired
set2SETrequired

Outputs (1)

NameType
is_disjointBOOLEAN