ComfyUI Node

Model Randomizer

Randomly selects a checkpoint from a configurable list of models. Each entry has its own CFG range and probability weight. Outputs MODEL, CLIP, VAE, the model filename, and a random CFG value.

By Mervent·Created 5 months ago·Updated 2 months ago· 0
Model Randomizer
    • MODEL
    • CLIP
    • VAE
    • MODEL_NAME
    • CFG
    seed0
    Categoryloaders

    Inputs (1)

    NameTypeDefaultDescription
    seedINT00–18446744073709550000Seed for reproducible selection. 0 = random every time.

    Outputs (5)

    NameTypeDescription
    MODELMODELThe diffusion model from the selected checkpoint.
    CLIPCLIPThe CLIP model from the selected checkpoint.
    VAEVAEThe VAE model from the selected checkpoint.
    MODEL_NAMESTRINGFilename of the selected checkpoint.
    CFGFLOATRandom CFG value within the selected model's range.