diff --git a/utils/tts/TTS_README.md b/utils/tts/TTS_README.md new file mode 100644 index 0000000..a3f6e3c --- /dev/null +++ b/utils/tts/TTS_README.md @@ -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 进行代码迁移 \ No newline at end of file