nielsr HF staff commited on
Commit
195ea6d
·
verified ·
1 Parent(s): 0a7a120

Add model card

Browse files

This 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

Files changed (1) hide show
  1. README.md +8 -3
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.