ComfyUI Node

get

Retrieves a value from a dictionary using the specified key. This node gets the value for the specified key from a dictionary. If the key is not found and a default value is provided, that default is returned. Otherwise, it returns None.

By StableLlama·Created about a year ago·Updated 25 days ago· 45
get
  • input_dict
  • default
  • value
key
CategoryBasic/DICT

Inputs (3)

NameTypeDefaultDescription
input_dictDICT
keySTRING
defaultopt*

Outputs (1)

NameTypeDescription
value*