Consistency Models

OpenAI Blog Papers

Summary

OpenAI introduces Consistency Models, a new family of generative models that enable fast one-step image generation by directly mapping noise to data, while supporting multi-step sampling and zero-shot editing tasks like inpainting and super-resolution. The approach achieves state-of-the-art FID scores on CIFAR-10 and ImageNet 64x64 for one-step generation.

Diffusion models have significantly advanced the fields of image, audio, and video generation, but they depend on an iterative sampling process that causes slow generation.
Original Article Export to Word Export to PDF
View Cached Full Text

Cached at: 04/20/26, 02:47 PM

# Consistency Models Source: [https://openai.com/index/consistency-models/](https://openai.com/index/consistency-models/) OpenAIDiffusion models have significantly advanced the fields of image, audio, and video generation, but they depend on an iterative sampling process that causes slow generation\. To overcome this limitation, we propose consistency models, a new family of models that generate high quality samples by directly mapping noise to data\. They support fast one\-step generation by design, while still allowing multistep sampling to trade compute for sample quality\. They also support zero\-shot data editing, such as image inpainting, colorization, and super\-resolution, without requiring explicit training on these tasks\. Consistency models can be trained either by distilling pre\-trained diffusion models, or as standalone generative models altogether\. Through extensive experiments, we demonstrate that they outperform existing distillation techniques for diffusion models in one\- and few\-step sampling, achieving the new state\-of\-the\-art FID of 3\.55 on CIFAR\-10 and 6\.20 on ImageNet 64x64 for one\-step generation\. When trained in isolation, consistency models become a new family of generative models that can outperform existing one\-step, non\-adversarial generative models on standard benchmarks such as CIFAR\-10, ImageNet 64x64 and LSUN 256x256\.

Similar Articles

Improved Techniques for Training Consistency Models

OpenAI Blog

OpenAI presents improved techniques for training consistency models that enable high-quality single-step image generation without distillation, achieving significant FID improvements on CIFAR-10 and ImageNet 64×64 through novel loss functions and training strategies.

Simplifying, stabilizing, and scaling continuous-time consistency models

OpenAI Blog

OpenAI presents sCM (simplified continuous-time consistency models), a new approach that scales consistency models to 1.5B parameters and achieves ~50x speedup over diffusion models by generating high-quality samples in just 2 steps. The method demonstrates comparable sample quality to state-of-the-art diffusion models while using less than 10% of the effective sampling compute.

Generative models

OpenAI Blog

OpenAI publishes an overview of generative models as an approach to developing machine understanding of the world, explaining how these models work by learning to generate data similar to their training sets and their potential applications across various domains.