ComfyUI Node
Mustache Variable
A ComfyUI node in text/template with 2 inputs and 1 output.
Mustache Variable
- variable_defs
◄variable_nameanimal►
◄variable_valuesfox►
Categorytext/template
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| variable_name | STRING | animal | Variable name to define in the returned MUSTACHE_VARIABLES mapping. |
| variable_values | STRING | fox | Value or list-valued STRING input to store under variable_name. A scalar becomes a single-item candidate list; a connected STRING list becomes multiple candidate values. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| variable_defs | MUSTACHE_VARIABLES | — |