Flash Diffusion: Accelerating Any Conditional Diffusion Model for Few Steps Image Generation
Clément Chadebec, Onur Tasar, Eyal Benaroche, Benjamin Aubin
TL;DR
Flash Diffusion introduces a versatile distillation framework that trains a lightweight student to imitate a multi-step teacher's denoising in a single pass, aided by timesteps sampling, an adversarial latent-space objective, and distribution matching. By applying LoRA and freezing the teacher, it achieves state-of-the-art performance for few-step generation on COCO benchmarks with far fewer trainable parameters and training hours. The approach demonstrates broad applicability across conditioning types, backbones, and auxiliary tasks (inpainting, super-resolution, face-swapping) and enables training-free integration with adapters. Overall, the method offers a practical path to real-time diffusion-based generation with competitive quality and wide compatibility across architectures.
Abstract
In this paper, we propose an efficient, fast, and versatile distillation method to accelerate the generation of pre-trained diffusion models: Flash Diffusion. The method reaches state-of-the-art performances in terms of FID and CLIP-Score for few steps image generation on the COCO2014 and COCO2017 datasets, while requiring only several GPU hours of training and fewer trainable parameters than existing methods. In addition to its efficiency, the versatility of the method is also exposed across several tasks such as text-to-image, inpainting, face-swapping, super-resolution and using different backbones such as UNet-based denoisers (SD1.5, SDXL) or DiT (Pixart-$α$), as well as adapters. In all cases, the method allowed to reduce drastically the number of sampling steps while maintaining very high-quality image generation. The official implementation is available at https://github.com/gojasper/flash-diffusion.
