-
Notifications
You must be signed in to change notification settings - Fork 525
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
Piper keeps downloading already downloaded models. #244
Comments
I dug around a bit and discovered that the file sizes and md5 hashes in my /home/tulpe/.virtualenvs/piper/lib/python3.9/site-packages/piper/voices.json differed from the ones on https://huggingface.co/rhasspy/piper-voices |
I've noticed the same thing, however, it seems harmless. a simple fix is to run it like this instead |
Have you tried running I fixed a related bug in #367. |
This works for me. |
piper-tts 1.2.0 via pip I can repro the original report (without From what I understand, the problem is:
Although the Suggestions:
|
Running the command:
echo 'Welcome to the world of speech synthesis!' | piper --model en_US-danny-low --output-raw | aplay -r 22050 -f S16_LE -t raw
works on my RPi4, but when I repeat the same command. it outputs the warning:WARNING:piper.download:Wrong size (expected=5953, actual=4166) for /home/vindolin/projects/piper/en_US-danny-low.onnx.json
and repeats downloading the same files before playing the output.Any ideas?
The text was updated successfully, but these errors were encountered: