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