-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ONNX Version of Models #22
Comments
Not sure if onnx inference would be slow, and it is very possible that we will publish updated ckpt (e.g. more language support) If anyone is familiar with onnx and interested, welcome to pr |
ONNX does not yet support ISTFT needed for Vocos. There are a couple of workarounds. |
Hi For ONNX support we can use WaveNeXt which is based on Vocos but it does not use the istft component. Unless the tokenizer is separated, exporting to ONNX will not be that useful. The whole point is to have a minimal inference-only package that does not require pytorch. |
Hi, thank you for sharing these models, the quality of the output is amazing! Is there any chance of an ONNX release?
The text was updated successfully, but these errors were encountered: