Skip to content
This repository was archived by the owner on Nov 11, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down