diff --git a/README.md b/README.md index 9855f790..32b0493b 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,8 @@ python train_diff.py -c configs/diffusion.yaml During training, the model files will be saved to `logs/44k`, and the diffusion model will be saved to `logs/44k/diffusion` +When using `whisper-ppg-large` as the speech_encoder, it's not possible to use the pre-trained models from [Diffusion-SVC](https://github.com/CNChTu/Diffusion-SVC). You need to delete all the files in the `logs/44k/diffusion` directory before starting the training. This change makes the training mode start from scratch, rather than starting from the pre-trained model. + ## 🤖 Inference Use [inference_main.py](https://github.com/svc-develop-team/so-vits-svc/blob/4.0/inference_main.py) diff --git a/README_zh_CN.md b/README_zh_CN.md index d153a88e..daa58801 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -346,6 +346,8 @@ python train_diff.py -c configs/diffusion.yaml 模型训练结束后,模型文件保存在`logs/44k`目录下,扩散模型在`logs/44k/diffusion`下 +在使用 `whisper-ppg-large` 作为 speech_encoder 的场合,无法使用 [Diffusion-SVC](https://github.com/CNChTu/Diffusion-SVC) 中的预训练模型,需要将 `logs/44k/diffusion` 目录清空再进行训练,使得训练的模式变为从头开始训练,而不是从预训练模型开始。 + ## 🤖 推理 使用 [inference_main.py](inference_main.py)