Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Is there an option to export a .onnx.json file for Piper usage?
I am attempting to add more voices to my local Piper TTS. I found this repo that contains several pre-trained models. It seems that I can convert from the downloaded RVC Model to ONNX, however, Piper also requires a .onnx.json file to run. Is there a tool to create such a file? Or perhaps another method?
I have also tried to simply convert onnx to json but it seems that the .onnx.json file needs to be in a specific format.
Were you able to find any solutions to this?