RVC-Boss / GPT-SoVITS

1 min voice data can also be used to train a good TTS model! (few shot voice cloning)
MIT License
36.26k stars 4.14k forks source link

Synthesize text can't work with short text? #84

Closed tungthncc closed 10 months ago

tungthncc commented 10 months ago

Hi guys, I am trying to run the inference web UI follows demo, but I noticed that when the text is short, the inference voice is the same with the reference voice. Did I do something wrong here?

https://github.com/RVC-Boss/GPT-SoVITS/assets/128009347/c160c479-f661-41e2-a84d-d39fd6f9f481

RVC-Boss commented 10 months ago

Yes. It will occur when the todo_text is very short. You may see "bad prediction zero" in cmd. I will make it try again at most 3 times in the next versions.

juntaosun commented 10 months ago

Temporary workaround to shorten the reference audio to less than 5 seconds

RVC-Boss commented 10 months ago

Fixed now.