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

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

Is it sufficient to replace hubert_base.pt ? #2022

Closed Lukysoon closed 2 weeks ago

Lukysoon commented 3 weeks ago

Hello everyone,

I trained my own hubert model and I would like to replace the current one in the RVC project. I see that in the hubert folder are two files. _hubertbase.pt and _hubertinputs.pth.

Is it ok to replace just _hubertbase.pt with my custom .pt file? And please what is the _hubertinputs.pth and why is it there.

Thank you for your work.

mathewpan2 commented 3 weeks ago

It will be sufficient to replace the hubert_base.pt with your custom .pt file, make sure you name it the same though, since the code expects the filename to be hubert_base.pt.