ComfyUI Node
🗂️Dict → ControlNet🟢
Extract a ControlNet item from a Dict.
🗂️Dict → ControlNet🟢
- dict
- value
◄key—►
◄cleanup_keytrue►
Category🗂️ Dict Tools/Extract/Models
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 | CONTROL_NET | The actual ControlNet-type item extracted from the Dict. |