CoolFace
Modelpublic

lxazjk/LlamaGen-FlashAR

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes
Model Card

LlamaGen-FlashAR

This repository collects FlashAR checkpoints for LlamaGen variants.

FlashAR is introduced in "FlashAR: Efficient Post-Training Acceleration for Autoregressive Image Generation". It accelerates raster-scan autoregressive image generation with a vertical prediction branch and a learnable fusion gate, enabling anti-diagonal decoding.

Checkpoints

VariantDirectoryCheckpointExtra files
LlamaGen-BB/B/FlashAR-LlamaGen-B.ptB/FlashAR-LlamaGen-B.json
LlamaGen-LL/L/FlashAR-LlamaGen-L.ptL/metrics.json
LlamaGen-XLXL/XL/FlashAR-LlamaGen-XL.ptXL/FlashAR-LlamaGen-XL.json
LlamaGen-XXLXXL/XXL/FlashAR-LlamaGen-XXL.ptXXL/metrics.json

Each subdirectory also includes the source model card and configuration.json from the corresponding ModelScope checkpoint.

Layout

text
.
├── B/
│   ├── FlashAR-LlamaGen-B.pt
│   ├── FlashAR-LlamaGen-B.json
│   ├── configuration.json
│   └── README.md
├── L/
│   ├── FlashAR-LlamaGen-L.pt
│   ├── metrics.json
│   ├── configuration.json
│   └── README.md
├── XL/
│   ├── FlashAR-LlamaGen-XL.pt
│   ├── FlashAR-LlamaGen-XL.json
│   ├── configuration.json
│   └── README.md
└── XXL/
    ├── FlashAR-LlamaGen-XXL.pt
    ├── metrics.json
    ├── configuration.json
    └── README.md

Citation

bibtex
@article{zhou2026flashar,
  title={FlashAR: Efficient Post-Training Acceleration for Autoregressive Image Generation},
  author={Zhou, Junkang and He, Yefei and Chen, Feng and Wang, Weijie and Zhuang, Bohan},
  journal={arXiv preprint arXiv:2605.09430},
  year={2026}
}