ComfyUI Node
🗂️Dict → ◯ANY-Key◯
Extract any-type item with any-type key from a Dict.
🗂️Dict → ◯ANY-Key◯
- dict
- key
- value
Category🗂️ Dict Tools/Extract
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| dict | DICT | A Dictionary to work with. | |
| keyopt | * | Key (of ANY type) for the item extracted from the dict. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| value | * | The actual any-type item extracted from the Dict. |