create from items (data list)
Basic data handling: DictCreateFromItemsDataList
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 |
|---|---|---|
| item | * | required |
Outputs (1)
| Name | Type |
|---|---|
| DICT | DICT |