tijo95 / piper_tts

Synthèses vocale piper oobabooga
10 stars 2 forks source link

Cannot add Custom voice trained models #1

Closed FemBoxbrawl closed 9 months ago

FemBoxbrawl commented 9 months ago

It's really great! the TTS is super fast and realistic. i like it. but one problem i have is that i cannot add custom models. like, i can place them in the models folder, but it won't recognize them.

FemBoxbrawl commented 9 months ago

Turns out you have to format them in a specific way, for example "en-US-Name-High.onnx " so "lang-uage-Name-quality.onnx"

tijo95 commented 9 months ago

hi yes I confirm ... Did you follow Piper's github for the model creation? He made available a google colab for super easy model creation.

https://www.youtube.com/watch?v=67QvWOp3dkU&t=697s

tijo95 commented 9 months ago

piper can handle streaming too, but i don't have much time to develop it. and gradio i don't know, it slows me down a lot.

FemBoxbrawl commented 9 months ago

hi yes I confirm ... Did you follow Piper's github for the model creation? He made available a google colab for super easy model creation.

https://www.youtube.com/watch?v=67QvWOp3dkU&t=697s

Yeah I got it to work, i just had to change the name and it worked! so all good.