Nodes/🗂️ Dict Tools/int → Dict🗂️
ComfyUI Node

int → Dict🗂️

Add/update an int item to a Dict.

By Lex-DRL·Created 4 months ago·Updated 4 months ago· 0
int → Dict🗂️
  • dict
  • dict
key
cleanup_keytrue
value0
Category🗂️ Dict Tools/Add

Inputs (4)

NameTypeDefaultDescription
keySTRINGKey (name) of the item inserted into the dict.
cleanup_keyBOOLEANtrueAutomatically remove leading/trailing spaces and extra newlines from the key.
valueINT0-9223372036854776000–9223372036854776000The actual int-type item to add into the Dict.
dictoptDICTAn (optional) Dictionary to work with.

Outputs (1)

NameTypeDescription
dictDICT