mirror of
https://github.com/babysor/Realtime-Voice-Clone-Chinese.git
synced 2026-06-14 22:27:05 +08:00
Add link and separate requirement file
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
### 4. 番外:语音转换Voice Conversion(PPG based)
|
||||
想像柯南拿着变声器然后发出毛利小五郎的声音吗?本项目现基于PPG-VC,引入额外两个模块(PPG extractor + PPG2Mel), 可以实现变声功能。(文档不全,尤其是训练部分,正在努力补充中)
|
||||
#### 4.0 准备环境
|
||||
* 确保项目以上环境已经安装ok,运行`pip install -r requirements.txt` 来安装剩余的必要包。
|
||||
* 确保项目以上环境已经安装ok,运行`pip install -r requirements_vc.txt` 来安装剩余的必要包。
|
||||
* 下载以下模型
|
||||
* 24K采样率专用的vocoder(hifigan)到 *vocoder\saved_mode\xxx*
|
||||
* 预训练的ppg特征encoder(ppg_extractor)到 *ppg_extractor\saved_mode\xxx*
|
||||
|
||||
@@ -21,6 +21,3 @@ flask_cors==3.0.10
|
||||
gevent==21.8.0
|
||||
flask_restx
|
||||
tensorboard
|
||||
PyYAML==5.4.1
|
||||
torch_complex
|
||||
espnet
|
||||
3
requirements_vc.txt
Normal file
3
requirements_vc.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
PyYAML==5.4.1
|
||||
torch_complex
|
||||
espnet
|
||||
Reference in New Issue
Block a user