Lmxyy commited on
Commit
7b947cd
·
verified ·
1 Parent(s): e9d905b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: diffusers
5
+ license: apache-2.0
6
+ pipeline_tag: text-to-image
7
+ tags:
8
+ - image-generation
9
+ - SVDQuant
10
+ - Nunchaku
11
+ - Diffusion
12
+ - Quantization
13
+ - ICLR2025
14
+
15
+ ---
16
+ **This repository has been migrated to https://huggingface.co/nunchaku-tech/nunchaku and will be hidden in December 2025.**
17
+
18
+ <p align="center" style="border-radius: 10px">
19
+ <img src="https://huggingface.co/datasets/nunchaku-tech/cdn/resolve/main/nunchaku/assets/nunchaku.svg" width="30%" alt="Nunchaku Logo"/>
20
+ </p>
21
+
22
+ # Nunchaku Pre-built Wheels
23
+
24
+ This repository provides pre-built wheels for [nunchaku](https://github.com/nunchaku-tech/nunchaku) for both Linux and Windows platforms. For detailed information about available wheels, please visit our [GitHub Releases](https://github.com/nunchaku-tech/nunchaku/releases) page.
25
+
26
+ ## Citation
27
+
28
+ ```bibtex
29
+ @inproceedings{
30
+ li2024svdquant,
31
+ title={SVDQuant: Absorbing Outliers by Low-Rank Components for 4-Bit Diffusion Models},
32
+ 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},
33
+ booktitle={The Thirteenth International Conference on Learning Representations},
34
+ year={2025}
35
+ }
36
+ ```