Add pipeline tag (#1)
Browse files- Add pipeline tag (df0d9d634aea77793c1fb685d4b9db092c99e686)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
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 |
+
```
|