ComfyUI Node
◯ANY-Key◯ → Dict🗂️
Add/update any-type item with any-type key to a Dict.
◯ANY-Key◯ → Dict🗂️
- dict
- key
- value
- dict
Category🗂️ Dict Tools/Add
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| dictopt | DICT | An (optional) Dictionary to work with. | |
| keyopt | * | Key (of ANY type) for the item inserted into the dict. | |
| valueopt | * | The actual any-type item to add into the Dict. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| dict | DICT | — |