Add metadata and links to paper, project page and code repository
Browse filesThis PR adds the missing metadata to ensure the model can be found at https://huggingface.co/models?pipeline_tag=image-to-video&sort=trending.
It also adds links to the paper, project page and code repository.
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
pipeline_tag: image-to-video
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the model described in the paper [AnyCharV: Bootstrap Controllable Character Video Generation with Fine-to-Coarse Guidance](https://arxiv.org/abs/2502.08189).
|
| 8 |
+
|
| 9 |
+
Project page: https://anycharv.github.io
|
| 10 |
+
|
| 11 |
+
Code: https://github.com/anycharv/AnyCharV
|