BitsFusion: 1.99 bits Weight Quantization of Diffusion Model
Yang Sui, Yanyu Li, Anil Kag, Yerlan Idelbayev, Junli Cao, Ju Hu, Dhritiman Sagar, Bo Yuan, Sergey Tulyakov, Jian Ren
TL;DR
BitsFusion tackles the large storage footprint of diffusion models by introducing mixed-precision quantization to the Stable Diffusion v1.5 UNet, achieving $1.99$-bit weights and a $7.9\times$ reduction in size with maintained or improved image quality. It combines per-layer error analysis, a parameter-size-aware bit allocation strategy, initialization techniques (time-embedding caching and balance integers), and a two-stage training pipeline that includes CFG-aware distillation and time-step sampling adjustments. The approach is validated extensively on benchmarks like MS-COCO, TIFA, GenEval, and human assessments, showing BitsFusion can outperform the full-precision model after fine-tuning and is robust to different sampling strategies. Practically, this enables efficient deployment of high-quality diffusion models on resource-constrained devices while preserving semantic alignment and visual fidelity.
Abstract
Diffusion-based image generation models have achieved great success in recent years by showing the capability of synthesizing high-quality content. However, these models contain a huge number of parameters, resulting in a significantly large model size. Saving and transferring them is a major bottleneck for various applications, especially those running on resource-constrained devices. In this work, we develop a novel weight quantization method that quantizes the UNet from Stable Diffusion v1.5 to 1.99 bits, achieving a model with 7.9X smaller size while exhibiting even better generation quality than the original one. Our approach includes several novel techniques, such as assigning optimal bits to each layer, initializing the quantized model for better performance, and improving the training strategy to dramatically reduce quantization error. Furthermore, we extensively evaluate our quantized model across various benchmark datasets and through human evaluation to demonstrate its superior generation quality.
