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

string → Dict🗂️ [OLD]

Add/update a string item to a Dict.

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

Inputs (4)

NameTypeDefaultDescription
nameSTRINGKey (name) of the item inserted into the dict.
cleanupBOOLEANtrueWhen enabled, each line in the value-string is individually stripped of any leading/trailing spaces.
stringSTRINGThe actual string to add into the Dict.
dictoptDICTAn (optional) Dictionary to work with.

Outputs (1)

NameTypeDescription
dictDICT