exclude keys

Basic data handling: DictExcludeKeys

Creates a new dictionary excluding the specified keys. This node takes a dictionary and a list of keys, then returns a new dictionary containing all key-value pairs except those with keys in the provided list.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
input_dictDICTrequired
keys_to_excludeLISTrequired

Outputs (1)

NameType
DICTDICT