Nodes/🗂️ Dict Tools/🗂️Dict → string [OLD]
ComfyUI Node

🗂️Dict → string [OLD]

Extract a string item from a Dict.

By Lex-DRL·Created 4 months ago·Updated 4 months ago· 0
🗂️Dict → string [OLD]
  • dict
  • value
name
show_statusfalse
Category🗂️ Dict Tools/_old

Inputs (3)

NameTypeDefaultDescription
nameSTRINGKey (unique name) of a string to extract from dictionary. If the element with such key isn't a string, it will be turned to one. If no such key exists in the dict, an empty string returned.
show_statusBOOLEANfalseShow the extracted string on the node itself?
dictDICTA Dictionary to work with.

Outputs (1)

NameTypeDescription
valueSTRINGThe actual string item extracted from the Dict.