ComfyUI Node
exclude keys
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.
exclude keys
- input_dict
- keys_to_exclude
- DICT
CategoryBasic/DICT
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| input_dict | DICT | — | |
| keys_to_exclude | LIST | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| DICT | DICT | — |