Add model card
Browse filesThis 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.
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
# DisPose Model Card
|
4 |
|
5 |
<div align="center">
|
6 |
|
7 |
-
[**Paper (ArXiv)**](https://
|
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).
|