create from LISTs

Basic data handling: DictCreateFromLists

Creates a dictionary from separate lists of keys and values. This node takes a list of keys and a list of values, then creates a dictionary by pairing corresponding elements from each list. If the lists are of different lengths, only pairs up to the length of the shorter list are used.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
keysLISTrequired
valuesLISTrequired

Outputs (1)

NameType
DICTDICT