Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-to-video
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
<div align="center">
|
| 5 |
<h1>OmniAvatar: Efficient Audio-Driven Avatar Video Generation with Adaptive Body Animation</h1>
|
|
@@ -28,7 +33,7 @@ Zhejiang University, Alibaba Group
|
|
| 28 |
Clone the repo:
|
| 29 |
|
| 30 |
```
|
| 31 |
-
git clone
|
| 32 |
cd OmniAvatar
|
| 33 |
```
|
| 34 |
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-to-video
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model:
|
| 5 |
+
- Wan-AI/Wan2.1-T2V-14B
|
| 6 |
+
tags:
|
| 7 |
+
- Audio-driven
|
| 8 |
---
|
| 9 |
<div align="center">
|
| 10 |
<h1>OmniAvatar: Efficient Audio-Driven Avatar Video Generation with Adaptive Body Animation</h1>
|
|
|
|
| 33 |
Clone the repo:
|
| 34 |
|
| 35 |
```
|
| 36 |
+
git clone [email protected]:Omni-Avatar/OmniAvatar.git
|
| 37 |
cd OmniAvatar
|
| 38 |
```
|
| 39 |
|