F5-TTS-ONNX standalone install with simple gui #564
patientx
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
Interesting, as I've successfully implemented my finetune, my next step will be to convert to onnx because I want to use it with OnnxRuntime in C# Do you have an onnx model available (doesn't matter which language) so I can test if I can make it run? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the help of DakeQQ's F5-TTS-ONNX , (https://github.com/SWivid/F5-TTS/issues/2149) , I managed to install and use F5-TTS with my AMD gpu on windows with directml. (it is at least 5 to 8 times faster than cpu for me) Since I wanted a bit of ease-of-use I coded a simple gui and while doing it made it standalone with python venv usage, it auto installs everything, downloads ONNX models from huggingface and doesn't need the original models. It saves the values everytime you change it etc... Please give it a try, I am not a programmer and this was firstly for my personal use as a hobby so treat it as such :)
https://github.com/patientx/F5-TTS-ONNX-gui
Beta Was this translation helpful? Give feedback.
All reactions