ComfyUI Node
🟢ControlNet → Dict🗂️
Add/update a ControlNet item to a Dict.
🟢ControlNet → Dict🗂️
- dict
- value
- dict
◄key—►
◄cleanup_keytrue►
Category🗂️ Dict Tools/Add/Models
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| key | STRING | Key (name) of the item inserted into the dict. | |
| cleanup_key | BOOLEAN | true | Automatically remove leading/trailing spaces and extra newlines from the key. |
| dictopt | DICT | An (optional) Dictionary to work with. | |
| valueopt | CONTROL_NET | The actual ControlNet-type item to add into the Dict. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| dict | DICT | — |