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.
Model Randomizer
- MODEL
- CLIP
- VAE
- MODEL_NAME
- CFG
◄seed0►
Categoryloaders
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| seed | INT | 00–18446744073709550000 | Seed for reproducible selection. 0 = random every time. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | The diffusion model from the selected checkpoint. |
| CLIP | CLIP | The CLIP model from the selected checkpoint. |
| VAE | VAE | The VAE model from the selected checkpoint. |
| MODEL_NAME | STRING | Filename of the selected checkpoint. |
| CFG | FLOAT | Random CFG value within the selected model's range. |