Replies: 3 comments 9 replies
-
The first step is to convert them to onnx. |
Beta Was this translation helpful? Give feedback.
-
I successfully exported a VITS model to ONNX after fine-tuning an MMS model using Hugging Face tools. You can find the tools I used here: https://github.com/ylacombe/finetune-hf-vits. However, I'm having trouble finding documentation on how to convert these VITS models to Sherpa ONNX. Any guidance or resources would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
-
I’m currently converting all mms models at https://huggingface.co/willwade/mms-tts-multilingual-models-onnx/tree/main they are going up via a big automated script. I’m creating wav files when I can |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Besides VITS, can other tts models based on VITS and are exported to onnxruntime work with sherpa-onnx?
If they are not compatible out of the box, what needs to be done to make them compatible? I am interesting in learning how to implement support for those models for the sherpa-onnx on python.
Beta Was this translation helpful? Give feedback.
All reactions