RVC-Project / Retrieval-based-Voice-Conversion-WebUI

Easily train a good VC model with voice data <= 10 mins!
MIT License
23.51k stars 3.5k forks source link

How Can I Create A Own Pretrained Model For specific Language #2153

Open Chiyan200 opened 3 months ago

Chiyan200 commented 3 months ago

How Can I Create A Own Pretrained Model For an specific Language . because train an each voice model for my language take too much of time . is this possible ?

Nian-Ci commented 3 months ago

You can certainly create your own pretrained model, which requires you to train a model with a large amount of data and then delete the emb.g_weight layer from it. However, pretrained models cannot be directly used for inference and still need to be fine-tuned with data of a specific voice. Given this, creating your own pretrained model may seem unnecessary. The task of RVC is voice conversion, allowing you to input and output in any language, so it is not necessary to create a pretrained model for a specific language.