nielsr HF Staff commited on
Commit
c5592a2
·
verified ·
1 Parent(s): a01a3b5

Add metadata and links to paper, project page and code repository

Browse files

This 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.

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