From 1514b263bb4fe3a0520e9b6f0c44613a987af960 Mon Sep 17 00:00:00 2001 From: lipku Date: Sun, 25 Feb 2024 19:10:12 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d7bb6e..739f7b8 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,12 @@ nginx 用浏览器打开http://serverip/chat.html -### 2.5 使用本地tts服务 +### 2.5 使用本地tts服务,支持声音克隆 运行xtts服务,参照 https://github.com/coqui-ai/xtts-streaming-server ``` docker run --gpus=all -e COQUI_TOS_AGREED=1 --rm -p 9000:80 ghcr.io/coqui-ai/xtts-streaming-server:latest ``` -然后运行 +然后运行,其中ref.wav为需要克隆的声音文件 ``` python app.py --tts xtts --ref_file data/ref.wav ```