File size: 894 Bytes
371d683
 
 
 
084c9f5
371d683
 
084c9f5
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
library_name: diffusers
---

# Hybrid-SD-224M Model Card

<!-- Provide a quick summary of what the model is/does. -->
Hybrid-SD-224M  is an architecturally compressed SDM for efficient general-purpose text-to-image synthesis. This model is constructed by removing unimportant structural parameters in the ResNet blocks and Attention blocks, and is obtained based on [bk-sdm-tiny](https://huggingface.co/nota-ai/bk-sdm-tiny).
* Resources for more information: [Paper](https://arxiv.org/abs/2408.06646), [Github](https://github.com/bytedance/Hybrid-SD).

# Citation
```bibtex
@article{yan2024hybrid,
  title={Hybrid SD: Edge-Cloud Collaborative Inference for Stable Diffusion Models},
  author={Yan, Chenqian and Liu, Songwei and Liu, Hongjian and Peng, Xurui and Wang, Xiaojian and Chen, Fangming and Fu, Lean and Mei, Xing},
  journal={arXiv preprint arXiv:2408.06646},
  year={2024}
}
```