diff --git a/.gitignore b/.gitignore
index 706ba7d..2a83f0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,10 +16,6 @@ pretrained
.DS_Store
workspace/log_ngp.txt
.idea
-keep_gpu.py
-models/
-*.log
-prepared_data/
models/
*.log
dist
diff --git a/README.md b/README.md
index 3fd2e04..fc54bce 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
Real-time interactive streaming digital human enables synchronous audio and video dialogue. It can basically achieve commercial effects.
-[Effect of wav2lip](https://www.bilibili.com/video/BV1Bw4m1e74P/) | [Effect of ernerf](https://www.bilibili.com/video/BV1PM4m1y7Q2/) | [Effect of musetalk](https://www.bilibili.com/video/BV1gm421N7vQ/)
+[Effect of wav2lip](https://www.bilibili.com/video/BV1scwBeyELA/) | [Effect of ernerf](https://www.bilibili.com/video/BV1G1421z73r/) | [Effect of musetalk](https://www.bilibili.com/video/BV1gm421N7vQ/)
[中文版](./README_ZH.md)
## News
@@ -52,7 +52,7 @@ Extract wav2lip256_avatar1.tar.gz and copy the entire folder to the data/avatars
python app.py --transport webrtc --model wav2lip --avatar_id wav2lip256_avatar1
Open http://serverip:8010/webrtcapi.html in a browser. First click'start' to play the digital human video; then enter any text in the text box and submit it. The digital human will broadcast this text.
The server side needs to open ports tcp:8010; udp:1-65536
-If you need to purchase a high-definition wav2lip model for commercial use, you can contact me to make the purchase.
+If you need to purchase a high-definition wav2lip model for commercial use, [Link](https://livetalking-doc.readthedocs.io/zh-cn/latest/service.html#wav2lip).
- Quick experience
Create an instance with this image to run it.
diff --git a/README_ZH.md b/README_ZH.md
index f6f3330..541824a 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,6 +1,6 @@
实时交互流式数字人,实现音视频同步对话。基本可以达到商用效果
-[wav2lip效果](https://www.bilibili.com/video/BV1Bw4m1e74P/) | [ernerf效果](https://www.bilibili.com/video/BV1PM4m1y7Q2/) | [musetalk效果](https://www.bilibili.com/video/BV1gm421N7vQ/)
+[wav2lip效果](https://www.bilibili.com/video/BV1scwBeyELA/) | [ernerf效果](https://www.bilibili.com/video/BV1G1421z73r/) | [musetalk效果](https://www.bilibili.com/video/BV1gm421N7vQ/)
## 为避免与3d数字人混淆,原项目metahuman-stream改名为livetalking,原有链接地址继续可用
@@ -53,7 +53,7 @@ GoogleDriver 服务端需要开放端口 tcp:8010; udp:1-65536
-如果需要商用高清wav2lip模型,可以与我联系购买
+如果需要商用高清wav2lip模型,[链接](https://livetalking-doc.readthedocs.io/zh-cn/latest/service.html#wav2lip)
- 快速体验
用该镜像创建实例即可运行成功