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

🗂️Dict → int

Extract an int item from a Dict.

By Lex-DRL·Created 4 months ago·Updated 4 months ago· 0
🗂️Dict → int
  • dict
  • value
◄key—►
â—„cleanup_keytrueâ–ş
Category🗂️ Dict Tools/Extract

Inputs (3)

NameTypeDefaultDescription
dictDICTA Dictionary to work with.
keySTRINGKey (name) of the item extracted from the dict.
cleanup_keyBOOLEANtrueAutomatically remove leading/trailing spaces and extra newlines from the key.

Outputs (1)

NameTypeDescription
valueINTThe actual int-type item extracted from the Dict.