Add pipeline tag, library name, and links to paper and code
Browse filesThis PR adds the `pipeline_tag`, `library_name`, and links to the paper and code.
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: image-to-video
|
4 |
+
library_name: diffusers
|
5 |
+
---
|
6 |
+
|
7 |
+
# FlexiAct: Towards Flexible Action Control in Heterogeneous Scenarios
|
8 |
+
|
9 |
+
This repository contains the model described in the paper [FlexiAct: Towards Flexible Action Control in Heterogeneous Scenarios](https://huggingface.co/papers/2505.03730).
|
10 |
+
|
11 |
+
Project page: https://shiyi-zh0408.github.io/projectpages/FlexiAct/
|
12 |
+
|
13 |
+
Code: https://github.com/TencentARC/FlexiAct
|