nielsr HF staff commited on
Commit
5fea2f7
1 Parent(s): 61db586

Add model card

Browse files

This PR adds a model card, linking it to the paper at https://huggingface.co/papers/2412.09349. It also ensures the model shows up at https://huggingface.co/models?pipeline_tag=image-to-video.

It also adds the Github code to facilitate usage.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,10 +1,12 @@
1
-
2
-
 
3
  # DisPose Model Card
4
 
5
  <div align="center">
6
 
7
- [**Paper (ArXiv)**](https://arxiv.org/abs/2412.09349) **|** [**Code**](https://github.com/lihxxx/DisPose)
8
 
9
 
10
  </div>
 
 
1
+ ---
2
+ pipeline_tag: image-to-video
3
+ ---
4
  # DisPose Model Card
5
 
6
  <div align="center">
7
 
8
+ [**Paper (ArXiv)**](https://huggingface.co/papers/2412.09349) **|** [**Code**](https://github.com/lihxxx/DisPose)
9
 
10
 
11
  </div>
12
+ This repository contains the model described in [DisPose: Disentangling Pose Guidance for Controllable Human Image Animation](https://huggingface.co/papers/2412.09349).