Lmxyy commited on
Commit
b13177f
·
verified ·
1 Parent(s): 0b0b834

Update README.md

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