ComfyUI Node
string → Dict🗂️ [OLD]
Add/update a string item to a Dict.
string → Dict🗂️ [OLD]
- dict
- dict
◄name—►
◄cleanuptrue►
◄string—►
Category🗂️ Dict Tools/_old
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| name | STRING | Key (name) of the item inserted into the dict. | |
| cleanup | BOOLEAN | true | When enabled, each line in the value-string is individually stripped of any leading/trailing spaces. |
| string | STRING | The actual string to add into the Dict. | |
| dictopt | DICT | An (optional) Dictionary to work with. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| dict | DICT | — |