ComfyUI Node
merge
Merges multiple dictionaries into a single dictionary. This node takes multiple dictionaries as input and combines them into a single dictionary. If there are duplicate keys, values from later dictionaries take precedence.
merge
- dict1
- dict2
- dict3
- dict4
- DICT
CategoryBasic/DICT
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| dict1 | DICT | — | |
| dict2opt | DICT | — | |
| dict3opt | DICT | — | |
| dict4opt | DICT | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| DICT | DICT | — |