JonneyWang commited on
Commit
63cb5ef
·
verified ·
1 Parent(s): 8e2d463

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -3
README.md CHANGED
@@ -1,3 +1,58 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <p align="center">
2
+ <img src="assets/icon.png" height=75>
3
+ </p>
4
+
5
+ <h1 align='center'>EchoShot: Multi-Shot Portrait Video Generation</h1>
6
+ <p align="center">
7
+ <strong><a href="https://scholar.google.com/citations?hl=en&user=zQnTBEoAAAAJ">Jiahao Wang</a><sup>1</sup></strong>
8
+ ·
9
+ <strong><a href="https://scholar.google.com/citations?user=73JaDUQAAAAJ&hl=en&oi=ao">Hualian Sheng</a><sup>2</sup></strong>
10
+ ·
11
+ <strong><a href="https://scholar.google.com/citations?user=LMVeRVAAAAAJ&hl=en&oi=ao">Sijia Cai</a><sup>2,&dagger;</sup></strong>
12
+ ·
13
+ <strong><a href="https://gr.xjtu.edu.cn/web/zhangwzh123/">Weizhan Zhang</a><sup>1,*</sup></strong><br>
14
+ <strong><a href="https://gr.xjtu.edu.cn/web/yancaixia">Caixia Yan</a><sup>1</sup></strong>
15
+ ·
16
+ <strong><a href="">Yachuang Feng</a><sup>2</sup></strong>
17
+ .
18
+ <strong><a href="https://scholar.google.com/citations?user=VQp_ye4AAAAJ&hl=zh-CN&oi=ao">Bing Deng</a><sup>2</sup></strong>
19
+ .
20
+ <strong><a href="https://scholar.google.com/citations?user=T9AzhwcAAAAJ&hl=zh-CN&oi=ao">Jieping Ye</a><sup>2</sup></strong>
21
+ <br>
22
+ <br>
23
+ <sup>1</sup>Xi'an Jiaotong University &nbsp;&nbsp;&nbsp;&nbsp;
24
+ <sup>2</sup>Alibaba Cloud
25
+ <br>
26
+ <br>
27
+ <a href="https://arxiv.org/abs/2506.15838"><img src='https://img.shields.io/badge/+-arXiv-red' alt='Paper PDF'></a>
28
+ <a href="https://johnneywang.github.io/EchoShot-webpage/"><img src='https://img.shields.io/badge/+-Project_Page-blue' alt='Project Page'></a>
29
+ <a href="https://github.com/JoHnneyWang/EchoShot"><img src='https://img.shields.io/badge/+-Github_Page-green' alt='Github Page'></a>
30
+ <br>
31
+ </p>
32
+
33
+ ## 📝 Intro
34
+ This is the official model of EchoShot, which allows users to generate **multiple video shots showing the same person, controlled by customized prompts**. Currently it supports text-to-multishot portrait video generation. Hope you have fun with this demo!
35
+ <div align="center">
36
+ <img src="assets/teasor.jpg", width="1200">
37
+ </div>
38
+
39
+
40
+ ## 🔔 News
41
+ - July 15, 2025: 🔥 EchoShot-1.3B-preview is now available at [HuggingFace](https://huggingface.co/JonneyWang/EchoShot)!
42
+ - July 15, 2025: 🎉 Release code of inference and training codes.
43
+ - May 25, 2025: We propose [EchoShot](https://johnneywang.github.io/EchoShot-webpage/), a multi-shot portrait video generation model.
44
+
45
+
46
+ ## 📖 Citation
47
+ If you are inspired by our work, please cite our paper.
48
+ ```bibtex
49
+ @article{wang2025echoshot,
50
+ title={EchoShot: Multi-Shot Portrait Video Generation},
51
+ author={Wang, Jiahao and Sheng, Hualian and Cai, Sijia and Zhang, Weizhan and Yan, Caixia and Feng, Yachuang and Deng, Bing and Ye, Jieping},
52
+ journal={arXiv preprint arXiv:2506.15838},
53
+ year={2025}
54
+ }
55
+ ```
56
+ ---
57
+ license: apache-2.0
58
+ ---