AI Pulse by Inblix

Nvidia's sCM generates images 50x faster with just two steps

OpenAI Blog · Jul 15, 2026 · 2 min read · Read original article →

Curated by the Inblix editorial team


Featured image for article: Nvidia's sCM generates images 50x faster with just two steps

Nvidia researchers have cracked a persistent problem in generative AI: getting diffusion-level image quality without the agonizing wait. Their new approach, called sCM, strips continuous-time consistency models down to their theoretical bones, stabilizing training enough to scale up to 1.5 billion parameters on ImageNet at 512×512 resolution. The payoff is stark. A single sample emerges in 0.11 seconds on one A100 GPU. That’s roughly a 50x wall-clock speedup over the teacher diffusion model, which needs hundreds of sequential denoising steps to reach the same neighborhood of quality.

This isn’t just an academic milestone. The team reports that their 2-step sCM produces samples with a Fréchet Inception Distance (FID) score within 10% of the teacher model, all while using less than a tenth of the effective sampling compute. The underlying shift is conceptual: instead of creeping toward a clean image through gradual noise removal, consistency models map noise directly to a noise-free output in a single bound. The two-step process here is already competitive; adding a few more steps narrows the gap further.

A key finding buried in the research is how well this scales. As both the sCM and its diffusion teacher grow larger, the relative FID difference holds steady across orders of magnitude. That means the absolute quality gap shrinks as models get bigger, suggesting the distillation approach doesn’t hit a wall the way some acceleration techniques do. The team trained the model using knowledge distillation from a pre-trained diffusion model, and that teacher-student relationship appears to remain healthy at scale.

Still, there are caveats worth keeping in mind. The best sCMs still depend on a pre-trained diffusion model for initialization, and FID scores, while standard, are an imperfect proxy for what humans actually perceive as quality. The researchers acknowledge that being close on FID doesn’t always translate to real-world sample fidelity, and application-specific evaluation will matter. For now, the practical upshot is clear: real-time generation across images, audio, and video looks a lot less like a distant promise.

💡 Key Takeaways

  1. Nvidia's sCM generates 512×512 images in 0.11 seconds on a single A100 GPU, a roughly 50x speedup over the teacher diffusion model.
  2. Two-step samples achieve FID scores within 10% of a diffusion model that requires hundreds of steps, using less than a tenth of the compute.
  3. The relative quality gap between sCM and its teacher model remains consistent as both scale up, meaning absolute differences shrink at larger sizes.
  4. FID scores have known limitations, so real-world sample quality may vary depending on the specific application.

Keep reading: See related articles below for more coverage on this topic.

Get smarter about AI

The sharpest AI news, curated daily. Delivered free to your inbox.

Learn more

Glossary terms

← Back to all articles