ComfyUI Node
🗂️Dict → string [OLD]
Extract a string item from a Dict.
🗂️Dict → string [OLD]
- dict
- value
◄name—►
◄show_statusfalse►
Category🗂️ Dict Tools/_old
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| name | STRING | Key (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_status | BOOLEAN | false | Show the extracted string on the node itself? |
| dict | DICT | A Dictionary to work with. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| value | STRING | The actual string item extracted from the Dict. |