Improved Techniques for Training Consistency Models

OpenAI Blog Papers

Summary

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.

Consistency models are a nascent family of generative models that can sample high quality data in one step without the need for adversarial training.
Original Article
View Cached Full Text

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

# Improved Techniques for Training Consistency Models Source: [https://openai.com/index/improved-techniques-for-training-consistency-models/](https://openai.com/index/improved-techniques-for-training-consistency-models/) OpenAIConsistency models are a nascent family of generative models that can sample high quality data in one step without the need for adversarial training\. Current consistency models achieve optimal sample quality by distilling from pre\-trained diffusion models and employing learned metrics such as LPIPS\. However, distillation limits the quality of consistency models to that of the pre\-trained diffusion model, and LPIPS causes undesirable bias in evaluation\. To tackle these challenges, we present improved techniques for consistency training, where consistency models learn directly from data without distillation\. We delve into the theory behind consistency training and identify a previously overlooked flaw, which we address by eliminating Exponential Moving Average from the teacher consistency model\. To replace learned metrics like LPIPS, we adopt Pseudo\-Huber losses from robust statistics\. Additionally, we introduce a lognormal noise schedule for the consistency training objective, and propose to double total discretization steps every set number of training iterations\. Combined with better hyperparameter tuning, these modifications enable consistency models to achieve FID scores of 2\.51 and 3\.25 on CIFAR\-10 and ImageNet 64×64 respectively in a single sampling step\. These scores mark a 3\.5× and 4× improvement compared to prior consistency training approaches\. Through two\-step sampling, we further reduce FID scores to 2\.24 and 2\.77 on these two datasets, surpassing those obtained via distillation in both one\-step and two\-step settings, while narrowing the gap between consistency models and other state\-of\-the\-art generative models\.

Similar Articles

Consistency Models

OpenAI Blog

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.

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.