CoolFace
Modelpublic

mit-han-lab/nunchaku-sana

sourceHugging Faceotherupdated 1y agoView on Hugging Face
0likes43downloads
Model Card

This repository has been migrated to https://huggingface.co/nunchaku-tech/nunchaku-sana and will be hidden in December 2025.

<p align="center" style="border-radius: 10px"> <img src="https://huggingface.co/datasets/nunchaku-tech/cdn/resolve/main/nunchaku/assets/nunchaku.svg" width="30%" alt="Nunchaku Logo"/> </p>

Model Card for nunchaku-sana

visual This repository contains Nunchaku-quantized versions of SANA-1.6B, designed to generate high-quality images from text prompts. It is optimized for efficient inference while maintaining minimal loss in performance.

Model Details

Model Description

Model Files

  • `svdq-int4_r32-sana1.6b.safetensors`: SVDQuant quantized INT4 SANA-1.6B model. For users with non-Blackwell GPUs (pre-50-series).

Model Sources

Usage

See sana1.6b.py.

Performance

performance

Citation

bibtex
@inproceedings{
  li2024svdquant,
  title={SVDQuant: Absorbing Outliers by Low-Rank Components for 4-Bit Diffusion Models},
  author={Li*, Muyang and Lin*, Yujun and Zhang*, Zhekai and Cai, Tianle and Li, Xiuyu and Guo, Junxian and Xie, Enze and Meng, Chenlin and Zhu, Jun-Yan and Han, Song},
  booktitle={The Thirteenth International Conference on Learning Representations},
  year={2025}
}
@article{
  xie2024sana,
  title={Sana: Efficient high-resolution image synthesis with linear diffusion transformers},
  author={Xie, Enze and Chen, Junsong and Chen, Junyu and Cai, Han and Tang, Haotian and Lin, Yujun and Zhang, Zhekai and Li, Muyang and Zhu, Ligeng and Lu, Yao and others},
  journal={arXiv preprint arXiv:2410.10629},
  year={2024}
}