ComfyUI Node
Mustache Template
A ComfyUI node in text/template with 2 inputs and 1 output.
Mustache Template
- variable_sets
- rendered_text
◄templateThe man has {{haircolor}} hair and {{leglength}} legs.►
Categorytext/template
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| variable_sets | MUSTACHE_VARIABLE_LIST | Concrete mustache variable settings generated by Mustache Variable Sampler. One rendered prompt is produced for each list entry. | |
| template | STRING | The man has {{haircolor}} hair and {{leglength}} legs. | Template text containing placeholders like {{haircolor}}. The node renders the template once for each variable-setting entry. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| rendered_text | STRING | — |