SimpleAndNaive
commited on
Commit
•
9831173
1
Parent(s):
0a36e53
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<h1 align='center'>EchoMimic: Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning</h1>
|
2 |
+
|
3 |
+
<div align='center'>
|
4 |
+
<a href='https://github.com/yuange250' target='_blank'>Zhiyuan Chen</a><sup>*</sup> 
|
5 |
+
<a href='https://github.com/JoeFannie' target='_blank'>Jiajiong Cao</a><sup>*</sup> 
|
6 |
+
<a href='https://github.com/octavianChen' target='_blank'>Zhiquan Chen</a><sup></sup> 
|
7 |
+
<a href='https://github.com/lymhust' target='_blank'>Yuming Li</a><sup></sup> 
|
8 |
+
<a href='https://github.com/' target='_blank'>Chenguang Ma</a><sup></sup>
|
9 |
+
</div>
|
10 |
+
<div align='center'>
|
11 |
+
*Equal Contribution.
|
12 |
+
</div>
|
13 |
+
|
14 |
+
<div align='center'>
|
15 |
+
Terminal Technology Department, Alipay, Ant Group.
|
16 |
+
</div>
|
17 |
+
|
18 |
+
<div align='center'>
|
19 |
+
<a href='https://badtobest.github.io/echomimic.html'><img src='https://img.shields.io/badge/Project-Page-blue'></a>
|
20 |
+
<a href='https://huggingface.co/BadToBest/EchoMimic'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Model-yellow'></a>
|
21 |
+
<a href='assets/echomimic.png'><img src='https://badges.aleen42.com/src/wechat.svg'></a>
|
22 |
+
</div>
|
23 |
+
|
24 |
+
## Gallery
|
25 |
+
### Audio Driven (Sing)
|
26 |
+
|
27 |
+
<table class="center">
|
28 |
+
|
29 |
+
<tr>
|
30 |
+
<td width=30% style="border: none">
|
31 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/d014d921-9f94-4640-97ad-035b00effbfe" muted="false"></video>
|
32 |
+
</td>
|
33 |
+
<td width=30% style="border: none">
|
34 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/877603a5-a4f9-4486-a19f-8888422daf78" muted="false"></video>
|
35 |
+
</td>
|
36 |
+
<td width=30% style="border: none">
|
37 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/e0cb5afb-40a6-4365-84f8-cb2834c4cfe7" muted="false"></video>
|
38 |
+
</td>
|
39 |
+
</tr>
|
40 |
+
|
41 |
+
</table>
|
42 |
+
|
43 |
+
### Audio Driven (English)
|
44 |
+
|
45 |
+
<table class="center">
|
46 |
+
|
47 |
+
<tr>
|
48 |
+
<td width=30% style="border: none">
|
49 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/386982cd-3ff8-470d-a6d9-b621e112f8a5" muted="false"></video>
|
50 |
+
</td>
|
51 |
+
<td width=30% style="border: none">
|
52 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/5c60bb91-1776-434e-a720-8857a00b1501" muted="false"></video>
|
53 |
+
</td>
|
54 |
+
<td width=30% style="border: none">
|
55 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/1f15adc5-0f33-4afa-b96a-2011886a4a06" muted="false"></video>
|
56 |
+
</td>
|
57 |
+
</tr>
|
58 |
+
|
59 |
+
</table>
|
60 |
+
|
61 |
+
### Audio Driven (Chinese)
|
62 |
+
|
63 |
+
<table class="center">
|
64 |
+
|
65 |
+
<tr>
|
66 |
+
<td width=30% style="border: none">
|
67 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/a8092f9a-a5dc-4cd6-95be-1831afaccf00" muted="false"></video>
|
68 |
+
</td>
|
69 |
+
<td width=30% style="border: none">
|
70 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/c8b5c59f-0483-42ef-b3ee-4cffae6c7a52" muted="false"></video>
|
71 |
+
</td>
|
72 |
+
<td width=30% style="border: none">
|
73 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/532a3e60-2bac-4039-a06c-ff6bf06cb4a4" muted="false"></video>
|
74 |
+
</td>
|
75 |
+
</tr>
|
76 |
+
|
77 |
+
</table>
|
78 |
+
|
79 |
+
### Landmark Driven
|
80 |
+
|
81 |
+
<table class="center">
|
82 |
+
|
83 |
+
<tr>
|
84 |
+
<td width=30% style="border: none">
|
85 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/1da6c46f-4532-4375-a0dc-0a4d6fd30a39" muted="false"></video>
|
86 |
+
</td>
|
87 |
+
<td width=30% style="border: none">
|
88 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/d4f4d5c1-e228-463a-b383-27fb90ed6172" muted="false"></video>
|
89 |
+
</td>
|
90 |
+
<td width=30% style="border: none">
|
91 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/18bd2c93-319e-4d1c-8255-3f02ba717475" muted="false"></video>
|
92 |
+
</td>
|
93 |
+
</tr>
|
94 |
+
|
95 |
+
</table>
|
96 |
+
|
97 |
+
### Audio + Selected Landmark Driven
|
98 |
+
|
99 |
+
<table class="center">
|
100 |
+
|
101 |
+
<tr>
|
102 |
+
<td width=30% style="border: none">
|
103 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/4a29d735-ec1b-474d-b843-3ff0bdf85f55" muted="false"></video>
|
104 |
+
</td>
|
105 |
+
<td width=30% style="border: none">
|
106 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/b994c8f5-8dae-4dd8-870f-962b50dc091f" muted="false"></video>
|
107 |
+
</td>
|
108 |
+
<td width=30% style="border: none">
|
109 |
+
<video controls autoplay loop src="https://github.com/BadToBest/EchoMimic/assets/11451501/955c1d51-07b2-494d-ab93-895b9c43b896" muted="false"></video>
|
110 |
+
</td>
|
111 |
+
</tr>
|
112 |
+
|
113 |
+
</table>
|
114 |
+
|
115 |
+
**(Some demo images above are sourced from image websites. If there is any infringement, we will immediately remove them and apologize.)**
|
116 |
+
|
117 |
+
## Acknowledgements
|
118 |
+
|
119 |
+
We would like to thank the contributors to the [AnimateDiff](https://github.com/guoyww/AnimateDiff), [Moore-AnimateAnyone](https://github.com/MooreThreads/Moore-AnimateAnyone) and [MuseTalk](https://github.com/TMElyralab/MuseTalk) repositories, for their open research and exploration.
|
120 |
+
|
121 |
+
We are also grateful to [V-Express](https://github.com/tencent-ailab/V-Express) and [hallo](https://github.com/fudan-generative-vision/hallo) for their outstanding work in the area of diffusion-based talking heads.
|
122 |
+
|
123 |
+
If we missed any open-source projects or related articles, we would like to complement the acknowledgement of this specific work immediately.
|
124 |
+
|
125 |
+
## Citation
|
126 |
+
|
127 |
+
If you find our work useful for your research, please consider citing the paper:
|
128 |
+
|
129 |
+
```
|
130 |
+
@misc{chen2024echomimic,
|
131 |
+
title={EchoMimic: Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning},
|
132 |
+
author={Zhiyuan Chen, Jiajiong Cao, Zhiquan Chen, Yuming Li, Chenguang Ma},
|
133 |
+
year={2024},
|
134 |
+
eprint={2406.01900},
|
135 |
+
archivePrefix={arXiv},
|
136 |
+
primaryClass={cs.CV}
|
137 |
+
}
|
138 |
+
```
|