ComfyUI Node
from keys
Creates a dictionary from a list of keys and a default value. This node takes a list of keys and an optional value, then creates a new dictionary where each key is associated with the value. If no value is provided, None is used.
from keys
- keys
- value
- DICT
CategoryBasic/DICT
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| keys | LIST | — | |
| valueopt | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| DICT | DICT | — |