You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I download a model and it's config there are no instructions on where they should be placed and putting them in the root folder gives the following error:
piper$ echo 'Welcome to the world of speech synthesis!' | ./piper --model en_US-lessac-medium.onnx --output_file welcome.wav
terminate called after throwing an instance of 'std::runtime_error'
what(): Model config doesn't exist
Aborted (core dumped)
Have verified the file is present and tried other models/configs but same result. Where should the config json be placed?
Thanks!
The text was updated successfully, but these errors were encountered:
When I download a model and it's config there are no instructions on where they should be placed and putting them in the root folder gives the following error:
piper$ echo 'Welcome to the world of speech synthesis!' | ./piper --model en_US-lessac-medium.onnx --output_file welcome.wav
terminate called after throwing an instance of 'std::runtime_error'
what(): Model config doesn't exist
Aborted (core dumped)
Have verified the file is present and tried other models/configs but same result. Where should the config json be placed?
Thanks!
The text was updated successfully, but these errors were encountered: