Views
No views yet
[!IMPORTANT] Original Model Link : https://huggingface.co/mit-han-lab/dc-ae-f32c32-sana-1.1-diffusers
1name: dc-ae-f32c32-sana-1.1-diffusers
2base_model: mit-han-lab/dc-ae-f32c32-sana-1.1-diffusers
3license: mit
4pipeline_tag: text-to-image
5library_name: diffusers
6tasks: feature-extraction
7language: en
8get_started_code: from diffusers import AutoencoderDC1@article{chen2024deep,
2 title={Deep Compression Autoencoder for Efficient High-Resolution Diffusion Models},
3 author={Chen, Junyu and Cai, Han and Chen, Junsong and Xie, Enze and Yang, Shang and Tang, Haotian and Li, Muyang and Lu, Yao and Han, Song},
4 journal={arXiv preprint arXiv:2410.10733},
5 year={2024}
6}