forked from killua/TakwayPlatform
readme: tts readme
This commit is contained in:
parent
42767b065f
commit
05ccd1c8c0
|
@ -0,0 +1,7 @@
|
||||||
|
1. 安装 melo
|
||||||
|
参考 https://github.com/myshell-ai/OpenVoice/blob/main/docs/USAGE.md#openvoice-v2
|
||||||
|
2. 修改 openvoice_utils.py 中的路径 (包括 SOURCE_SE_DIR / CACHE_PATH / OPENVOICE_TONE_COLOR_CONVERTER.converter_path )
|
||||||
|
其中:
|
||||||
|
SOURCE_SE_DIR 改为 utils/assets/ses
|
||||||
|
OPENVOICE_TONE_COLOR_CONVERTER.converter_path 修改为下载到的模型参数路径,下载链接为 https://myshell-public-repo-hosting.s3.amazonaws.com/openvoice/checkpoints_v2_0417.zip
|
||||||
|
3. 参考 examples/tts_demo.ipynb 进行代码迁移
|
Loading…
Reference in New Issue