-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't make connections #435
Comments
which model are you using? Could you explain what "connections" means? would be great if you can post an example audio with the corresponding text. |
I use the UMPC medium model, but it works for all of them. A video that explains : |
Thanks for the link. The video is very informative. I think we have fixed the issue by #453 The following is a sample wav generated by the following command python3 ./python-api-examples/offline-tts.py \
--vits-model=./vits-piper-fr_FR-siwis-low/fr_FR-siwis-low.onnx \
--vits-tokens=./vits-piper-fr_FR-siwis-low/tokens.txt \
--vits-data-dir=./vits-piper-fr_FR-siwis-low/espeak-ng-data \
--debug=1 \
--output-filename=./siwis-fr.wav \
"les oranges" siwis-fr.movYou can find the models at |
Please try it using our huggingface space. |
yes that's much better thank you very much ! |
Shall I mark it as fixed now? |
Yes you can ! |
the TTS is great but when he speaks in French he doesn't make the connections between words.
The text was updated successfully, but these errors were encountered: