Nodes/ComfyUI-YogurtNodes/DictGet (Yogurt Nodes)
ComfyUI Node

DictGet (Yogurt Nodes)

Get a value by key from any dict-like object

By yogurt7771·Created 2 years ago·Updated 2 months ago· 0
DictGet (Yogurt Nodes)
  • dict_data
  • default_value
  • value
key
use_defaultfalse
CategoryYogurtNodes/Logic

Inputs (4)

NameTypeDefaultDescription
dict_data*Any dict-like object that supports string indexing
keySTRINGKey to access
default_valueopt*Default value to return if key not found (uses dict.get())
use_defaultoptBOOLEANfalseUse default value instead of raising KeyError

Outputs (1)

NameTypeDescription
value*