Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
-
|
2 |
-
license: apache-2.0
|
3 |
-
pipeline_tag: image-to-video
|
4 |
-
---
|
5 |
-
<h1 align='center'>EchoMimicV2: Towards Striking, Simplified, and Semi-Body Human Animation Conditioning</h1>
|
6 |
|
7 |
<div align='center'>
|
8 |
<a href='https://github.com/mengrang' target='_blank'>Rang Meng</a><sup></sup> 
|
@@ -165,7 +161,7 @@ export FFMPEG_PATH=/path/to/ffmpeg-4.4-amd64-static
|
|
165 |
|
166 |
```shell
|
167 |
git lfs install
|
168 |
-
git clone https://huggingface.co/BadToBest/
|
169 |
```
|
170 |
|
171 |
The **pretrained_weights** is organized as follows.
|
@@ -175,7 +171,7 @@ The **pretrained_weights** is organized as follows.
|
|
175 |
βββ denoising_unet.pth
|
176 |
βββ reference_unet.pth
|
177 |
βββ motion_module.pth
|
178 |
-
βββ
|
179 |
βββ sd-vae-ft-mse
|
180 |
β βββ ...
|
181 |
βββ sd-image-variations-diffusers
|
@@ -248,4 +244,4 @@ If you find our work useful for your research, please consider citing the paper
|
|
248 |
```
|
249 |
|
250 |
## 🌟 Star History
|
251 |
-
[![Star History Chart](https://api.star-history.com/svg?repos=antgroup/echomimic_v2&type=Date)](https://star-history.com/#antgroup/echomimic_v2&Date)
|
|
|
1 |
+
<h1 align='center'>EchoMimicV2: Towards Striking, Simplified, and Semi-Body Human Animation</h1>
|
|
|
|
|
|
|
|
|
2 |
|
3 |
<div align='center'>
|
4 |
<a href='https://github.com/mengrang' target='_blank'>Rang Meng</a><sup></sup> 
|
|
|
161 |
|
162 |
```shell
|
163 |
git lfs install
|
164 |
+
git clone https://huggingface.co/BadToBest/EchoMimicV2 pretrained_weights
|
165 |
```
|
166 |
|
167 |
The **pretrained_weights** is organized as follows.
|
|
|
171 |
βββ denoising_unet.pth
|
172 |
βββ reference_unet.pth
|
173 |
βββ motion_module.pth
|
174 |
+
βββ pose_encoder.pth
|
175 |
βββ sd-vae-ft-mse
|
176 |
β βββ ...
|
177 |
βββ sd-image-variations-diffusers
|
|
|
244 |
```
|
245 |
|
246 |
## 🌟 Star History
|
247 |
+
[![Star History Chart](https://api.star-history.com/svg?repos=antgroup/echomimic_v2&type=Date)](https://star-history.com/#antgroup/echomimic_v2&Date)
|