Lmxyy commited on
Commit
b3e6d53
·
verified ·
1 Parent(s): ec6fce6

Upload ./README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
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
+ <p align="center" style="border-radius: 10px">
17
+ <img src="https://huggingface.co/datasets/nunchaku-tech/cdn/resolve/main/nunchaku/assets/nunchaku.svg" width="30%" alt="Nunchaku Logo"/>
18
+ </p>
19
+
20
+ # Nunchaku Pre-built Wheels
21
+
22
+ 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.
23
+
24
+ ## Citation
25
+
26
+ ```bibtex
27
+ @inproceedings{
28
+ li2024svdquant,
29
+ title={SVDQuant: Absorbing Outliers by Low-Rank Components for 4-Bit Diffusion Models},
30
+ 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},
31
+ booktitle={The Thirteenth International Conference on Learning Representations},
32
+ year={2025}
33
+ }
34
+ ```