coqui-ai / TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
http://coqui.ai
Mozilla Public License 2.0
35.48k stars 4.33k forks source link

[Bug] Failed running pretrained Models #624

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi, i am on Arch Linux, with latest versions of Python and pip. I installed the TTS package with this command: pip install TTS. And by default it made a user installation in the .local folder. So i left it installing everything And everything was installed successfully.

So now, i ran this command just like in the demo video of the docs in order to test things out: tts —text “This is a Demo” —model_name tts_models/en/ljspeech/glow-tts —out_path test.wav

So as expected it downloaded both the model and the vocoder. However at the end of the install there was this error: zipfile.BadZipFile(“File is not a zip file”)

So i tried running it again and now it showed a different error: FileNotFoundError: no such file or directory: ‘/home/user/.local/share/tts/vocoder_models—en—ljspeech—multiband-melgan/config.json’

Now every time i try it gives the same error. It is also worth mentioning that if i list the models, the models shows as downloaded.

So any help ?

erogol commented 3 years ago

Can't replicate the error.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.