Nodes/Skoogeer-Noise/Mustache Variable Sampler
ComfyUI Node

Mustache Variable Sampler

A ComfyUI node in text/template with 4 inputs and 1 output.

By ttulttul·Created 8 months ago·Updated 2 months ago· 14
Mustache Variable Sampler
  • variable_defs
  • variable_sets
sampling_modesequential
seed0
limit-1
Categorytext/template

Inputs (4)

NameTypeDefaultDescription
variable_defsMUSTACHE_VARIABLESMustache variables mapping to expand into concrete variable settings.
sampling_modeCOMBOsequentialHow to generate concrete variable settings. 'sequential' walks the Cartesian product in stable order. 'random' randomizes key order, value order, and the sampled permutation order.
seedINT00–1844674407370955000064-bit seed used when sampling_mode is random. The same seed produces the same sampled variable-setting order.
limitINT-1-1–2147483647Maximum number of concrete variable settings to emit. Use -1 to emit the full Cartesian product.

Outputs (1)

NameTypeDescription
variable_setsMUSTACHE_VARIABLE_LIST