bokyeong1015 commited on
Commit
f96a424
1 Parent(s): 883a98a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -33,7 +33,7 @@ extra_gated_heading: Please read the LICENSE to access this model
33
  ---
34
 
35
  # BK-SDM Model Card
36
- Block-Removed Knowledge-Distilled Stable Diffusion Model (BK-SDM) is a compressed SDM for efficient general-purpose text-to-image synthesis. This model is bulit with (i) removing several residual and attention blocks from the U-Net of [Stable Diffusion v1.4]( https://huggingface.co/CompVis/stable-diffusion-v1-4) and (ii) distillation pretraining on only 0.22M LAION pairs (fewer than 0.1% of the full training set). Despite being trained with very limited resources, our compact model can imitate the original SDM by benefiting from transferred knowledge.
37
  - **Resources for more information**: [Paper](https://arxiv.org/abs/2305.15798), [Demo]( https://huggingface.co/spaces/nota-ai/compressed-stable-diffusion).
38
 
39
 
@@ -194,7 +194,8 @@ The intended use of this model is with the [Safety Checker](https://github.com/h
194
  title={On Architectural Compression of Text-to-Image Diffusion Models},
195
  author={Kim, Bo-Kyeong and Song, Hyoung-Kyu and Castells, Thibault and Choi, Shinkook},
196
  journal={arXiv preprint arXiv:2305.15798},
197
- year={2023}
 
198
  }
199
  ```
200
  ```bibtex
@@ -202,8 +203,8 @@ The intended use of this model is with the [Safety Checker](https://github.com/h
202
  title={BK-SDM: Architecturally Compressed Stable Diffusion for Efficient Text-to-Image Generation},
203
  author={Kim, Bo-Kyeong and Song, Hyoung-Kyu and Castells, Thibault and Choi, Shinkook},
204
  journal={ICML Workshop on Efficient Systems for Foundation Models (ES-FoMo)},
205
- year={2023}
 
206
  }
207
- ```
208
 
209
  *This model card was written by Bo-Kyeong Kim and is based on the [Stable Diffusion v1 model card]( https://huggingface.co/CompVis/stable-diffusion-v1-4).*
 
33
  ---
34
 
35
  # BK-SDM Model Card
36
+ Block-removed Knowledge-distilled Stable Diffusion Model (BK-SDM) is an architecturally compressed SDM for efficient general-purpose text-to-image synthesis. This model is bulit with (i) removing several residual and attention blocks from the U-Net of [Stable Diffusion v1.4]( https://huggingface.co/CompVis/stable-diffusion-v1-4) and (ii) distillation pretraining on only 0.22M LAION pairs (fewer than 0.1% of the full training set). Despite being trained with very limited resources, our compact model can imitate the original SDM by benefiting from transferred knowledge.
37
  - **Resources for more information**: [Paper](https://arxiv.org/abs/2305.15798), [Demo]( https://huggingface.co/spaces/nota-ai/compressed-stable-diffusion).
38
 
39
 
 
194
  title={On Architectural Compression of Text-to-Image Diffusion Models},
195
  author={Kim, Bo-Kyeong and Song, Hyoung-Kyu and Castells, Thibault and Choi, Shinkook},
196
  journal={arXiv preprint arXiv:2305.15798},
197
+ year={2023},
198
+ url={https://arxiv.org/abs/2305.15798}
199
  }
200
  ```
201
  ```bibtex
 
203
  title={BK-SDM: Architecturally Compressed Stable Diffusion for Efficient Text-to-Image Generation},
204
  author={Kim, Bo-Kyeong and Song, Hyoung-Kyu and Castells, Thibault and Choi, Shinkook},
205
  journal={ICML Workshop on Efficient Systems for Foundation Models (ES-FoMo)},
206
+ year={2023},
207
+ url={https://openreview.net/forum?id=bOVydU0XKC}
208
  }
 
209
 
210
  *This model card was written by Bo-Kyeong Kim and is based on the [Stable Diffusion v1 model card]( https://huggingface.co/CompVis/stable-diffusion-v1-4).*