ComfyUI Node
🗂️Dict → CLIP🟡
Extract a CLIP item from a Dict.
🗂️Dict → CLIP🟡
- 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 | CLIP | The actual CLIP-type item extracted from the Dict. |