items
Basic data handling: DictItems
Returns all key-value pairs in a dictionary. This node takes a dictionary and returns a list of tuples, where each tuple contains a key-value pair from the dictionary.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| input_dict | DICT | required |
Outputs (1)
| Name | Type |
|---|---|
| LIST | LIST |