create from items (LIST)
Basic data handling: DictCreateFromItemsList
Creates a dictionary from a list of key-value pairs. This node takes a list of key-value pairs (tuples) and builds a dictionary from them.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| items | LIST | required |
Outputs (1)
| Name | Type |
|---|---|
| DICT | DICT |