Add model card
Browse filesThis PR adds a model card and links the model to the paper page and code repository. It also adds a pipeline tag, ensuring people can find it at
https://huggingface.co/models?pipeline_tag=unconditional-image-generation
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: unconditional-image-generation
|
4 |
+
---
|
5 |
+
|
6 |
+
This model is introduced in the paper [Reconstruction vs. Generation: Taming Optimization Dilemma in Latent Diffusion Models](https://arxiv.org/abs/2501.01423).
|
7 |
+
|
8 |
+
Code: https://github.com/hustvl/mar.
|