ComfyUI Node
Merge Mustache Variable Defs
A ComfyUI node in text/template with 3 inputs and 1 output.
Merge Mustache Variable Defs
- variable_defs_1
- variable_defs_2
- variable_defs
◄conflict_modekeep_first►
Categorytext/template
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| variable_defs_1 | MUSTACHE_VARIABLES | First mustache variable definition mapping to merge. | |
| variable_defs_2 | MUSTACHE_VARIABLES | Second mustache variable definition mapping to merge. | |
| conflict_mode | COMBO | keep_first | How to handle duplicate variable names. keep_first preserves the first input, keep_second overwrites with the second input, and merge_values appends the candidate lists. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| variable_defs | MUSTACHE_VARIABLES | — |