ComfyUI Node

from keys

Creates a dictionary from a list of keys and a default value. This node takes a list of keys and an optional value, then creates a new dictionary where each key is associated with the value. If no value is provided, None is used.

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

Inputs (2)

NameTypeDefaultDescription
keysLIST
valueopt*

Outputs (1)

NameTypeDescription
DICTDICT