consistency models
**Consistency models** is the **generative models trained so predictions at different noise levels map consistently toward the same clean sample** - they enable one-step or few-step generation with diffusion-level quality targets.
**What Is Consistency models?**
- **Definition**: Learns a consistency function across noise scales rather than a long Markov chain.
- **Training Routes**: Can be trained directly or distilled from pretrained diffusion teachers.
- **Inference Mode**: Supports extremely short generation paths, often one to several steps.
- **Scope**: Used for both unconditional synthesis and conditioned image generation tasks.
**Why Consistency models Matters**
- **Speed**: Delivers major latency improvements for interactive generation systems.
- **Practicality**: Reduces computational burden for large-scale deployment.
- **Editing Utility**: Short trajectories are useful for iterative image manipulation workflows.
- **Research Value**: Represents a distinct generative paradigm beyond classic diffusion sampling.
- **Quality Tradeoff**: Requires careful training to avoid detail smoothing or alignment drift.
**How It Is Used in Practice**
- **Distillation Quality**: Use high-quality teacher supervision and varied conditioning examples.
- **Noise Conditioning**: Ensure robust handling across the full target noise range.
- **A/B Testing**: Benchmark against distilled diffusion baselines before replacing production paths.
Consistency models is **a high-speed alternative to long-step diffusion sampling** - consistency models are strongest when speed gains are paired with strict quality regression checks.