Add pipeline tag
Browse filesThis PR adds the `pipeline_tag` to ensure the model can be found at https://huggingface.co./models?pipeline_tag=text-to-image. It also adds
`library_name: diffusers` to ensure the "how to use" button appears on the top right.
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Deep Compression Autoencoder for Efficient High-Resolution Diffusion Models
|
2 |
|
3 |
[[paper](https://arxiv.org/abs/2410.10733)] [[GitHub](https://github.com/mit-han-lab/efficientvit)]
|
@@ -110,4 +116,4 @@ If DC-AE is useful or relevant to your research, please kindly recognize our con
|
|
110 |
journal={arXiv preprint arXiv:2410.10733},
|
111 |
year={2024}
|
112 |
}
|
113 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: diffusers
|
4 |
+
pipeline_tag: text-to-image
|
5 |
+
---
|
6 |
+
|
7 |
# Deep Compression Autoencoder for Efficient High-Resolution Diffusion Models
|
8 |
|
9 |
[[paper](https://arxiv.org/abs/2410.10733)] [[GitHub](https://github.com/mit-han-lab/efficientvit)]
|
|
|
116 |
journal={arXiv preprint arXiv:2410.10733},
|
117 |
year={2024}
|
118 |
}
|
119 |
+
```
|