Lmxyy commited on
Commit
c9a81ae
·
verified ·
1 Parent(s): cde4dee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -8,6 +8,7 @@ tags:
8
  - FLUX.1
9
  - Diffusion
10
  - Quantization
 
11
  language:
12
  - en
13
  base_model:
@@ -88,11 +89,11 @@ Please check [comfyui/README.md](comfyui/README.md) for the usage.
88
  If you find this model useful or relevant to your research, please cite
89
 
90
  ```bibtex
91
- @article{
92
  li2024svdquant,
93
  title={SVDQuant: Absorbing Outliers by Low-Rank Components for 4-Bit Diffusion Models},
94
  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},
95
- journal={arXiv preprint arXiv:2411.05007},
96
- year={2024}
97
  }
98
  ```
 
8
  - FLUX.1
9
  - Diffusion
10
  - Quantization
11
+ - ICLR
12
  language:
13
  - en
14
  base_model:
 
89
  If you find this model useful or relevant to your research, please cite
90
 
91
  ```bibtex
92
+ @inproceedings{
93
  li2024svdquant,
94
  title={SVDQuant: Absorbing Outliers by Low-Rank Components for 4-Bit Diffusion Models},
95
  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},
96
+ booktitle={The Thirteenth International Conference on Learning Representations},
97
+ year={2025}
98
  }
99
  ```