get

Basic data handling: DictGet

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.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (3)

NameTypeRequired
input_dictDICTrequired
keySTRINGrequired
default*optional

Outputs (1)

NameType
value*