ComfyUI Node
🗂️Dict → Sampler
Extract a Sampler item from a Dict.
🗂️Dict → Sampler
- dict
- value
◄key—►
â—„cleanup_keytrueâ–ş
Category🗂️ Dict Tools/Extract/Advanced
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 | SAMPLER | The actual Sampler-type item extracted from the Dict. |