ComfyUI Node
Dynamic Dictionary
Creates a dictionary from multiple inputs. Flattens nested dictionaries. Filter by keys using comma or space-separated list. Get values as list or single value.
Dynamic Dictionary
- complete_dictionary
- filtered_dictionary
- keys
- values
- info
- types
◄key_lookup►
◄keys*►
◄delimiter, ►
Categoryutils
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| key_lookupopt | STRING | Rename keys in order. Leave empty to keep original names. | |
| keysopt | STRING | * | List of keys to include, separated by spaces or commas. Use * or leave empty for all keys. |
| delimiteropt | STRING | , | Character(s) to separate key-value pairs in info string. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| complete_dictionary | DICT | — |
| filtered_dictionary | DICT | — |
| keys | STRING | — |
| values | * | — |
| info | STRING | — |
| types | * | — |