Nodes/Basic data handling/create from LISTs
ComfyUI Node

create from LISTs

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.

By StableLlama·Created about a year ago·Updated 25 days ago· 45
create from LISTs
  • keys
  • values
  • DICT
CategoryBasic/DICT

Inputs (2)

NameTypeDefaultDescription
keysLIST
valuesLIST

Outputs (1)

NameTypeDescription
DICTDICT