FACM: Flow-Anchored Consistency Models
Abstract
Continuous-time Consistency Models (CMs) promise efficient few-step generation but face significant challenges with training instability. We argue this instability stems from a fundamental conflict: Training the network exclusively on a shortcut objective leads to the catastrophic forgetting of the instantaneous velocity field that defines the flow. Our solution is to explicitly anchor the model in the underlying flow, ensuring high trajectory fidelity during training. We introduce the Flow-Anchored Consistency Model (FACM), where a Flow Matching (FM) task serves as a dynamic anchor for the primary CM shortcut objective. Key to this Flow-Anchoring approach is a novel expanded time interval strategy that unifies optimization for a single model while decoupling the two tasks to ensure stable, architecturally-agnostic training. By distilling a pre-trained LightningDiT model, our method achieves a state-of-the-art FID of 1.32 with two steps (NFE=2) and 1.70 with just one step (NFE=1) on ImageNet 256$\times$256. To address the challenge of scalability, we develop a memory-efficient Chain-JVP that resolves key incompatibilities with FSDP. This method allows us to scale FACM training on a 14B parameter model (Wan 2.2), accelerating its Text-to-Image inference from 2$\times$40 to 2-8 steps. Our code and pretrained models: https://github.com/ali-vilab/FACM.
Cite
Text
Peng et al. "FACM: Flow-Anchored Consistency Models." International Conference on Learning Representations, 2026.Markdown
[Peng et al. "FACM: Flow-Anchored Consistency Models." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/peng2026iclr-facm/)BibTeX
@inproceedings{peng2026iclr-facm,
title = {{FACM: Flow-Anchored Consistency Models}},
author = {Peng, Yansong and Zhu, Kai and Liu, Yu and Wu, Pingyu and Li, Hebei and Sun, Xiaoyan and Wu, Feng},
booktitle = {International Conference on Learning Representations},
year = {2026},
url = {https://mlanthology.org/iclr/2026/peng2026iclr-facm/}
}