ComfyUI Node
🗂️Dict → float
Extract a float item from a Dict.
🗂️Dict → float
- dict
- value
◄key—►
â—„cleanup_keytrueâ–ş
Category🗂️ Dict Tools/Extract
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| dict | DICT | A Dictionary to work with. | |
| key | STRING | Key (name) of the item extracted from the dict. | |
| cleanup_key | BOOLEAN | true | Automatically remove leading/trailing spaces and extra newlines from the key. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| value | FLOAT | The actual float-type item extracted from the Dict. |