is superset

Basic data handling: SetIsSuperset

Checks if set1 is a superset of set2. This node takes two SETs as input and returns True if set1 is a superset of set2 (set1 contains all elements in set2).

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
set1SETrequired
set2SETrequired

Outputs (1)

NameType
is_supersetBOOLEAN