ComfyUI Node
DictKeys (Yogurt Nodes)
Get all keys from any dict-like object
DictKeys (Yogurt Nodes)
- dict_data
- keys
◄as_listtrue►
CategoryYogurtNodes/Logic
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| dict_data | * | Any dict-like object that supports .keys() | |
| as_listopt | BOOLEAN | true | Convert keys to list, otherwise return keys view |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| keys | * | — |