Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<p align="center">
|
2 |
-
<img src="assets/icon.png" height=
|
3 |
</p>
|
4 |
|
5 |
<h1 align='center'>EchoShot: Multi-Shot Portrait Video Generation</h1>
|
@@ -52,7 +60,4 @@ If you are inspired by our work, please cite our paper.
|
|
52 |
journal={arXiv preprint arXiv:2506.15838},
|
53 |
year={2025}
|
54 |
}
|
55 |
-
```
|
56 |
-
---
|
57 |
-
license: apache-2.0
|
58 |
-
---
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- Wan-AI/Wan2.1-T2V-1.3B
|
7 |
+
pipeline_tag: text-to-video
|
8 |
+
---
|
9 |
<p align="center">
|
10 |
+
<img src="assets/icon.png" height=25>
|
11 |
</p>
|
12 |
|
13 |
<h1 align='center'>EchoShot: Multi-Shot Portrait Video Generation</h1>
|
|
|
60 |
journal={arXiv preprint arXiv:2506.15838},
|
61 |
year={2025}
|
62 |
}
|
63 |
+
```
|
|
|
|
|
|