Closed tpo closed 3 weeks ago
Try our fork with pip install coqui-tts
, this repo is not updated anymore. It works better with recent versions of packages and also has fewer mandatory dependencies.
Try our fork with
pip install coqui-tts
, this repo is not updated anymore. It works better with recent versions of packages and also has fewer mandatory dependencies.
Thanks a lot @eginhard!!! I will.
I walked this trail because I was looking for a TTS, went to https://huggingface.co/ -> Models -> Audio -> Text-to-Speech, clicked on the first one, "coqui/XTTS-v2", clicked on Documentation -> "Tutorial for nervous beginners, which says:
$ pip install TTS
Are the instructions at https://docs.coqui.ai/ still maintained, resp. can the be refreshed by the community or can the hugging coqui docu page be refreshed to finaly point to pip install coqui-tts
?
Try our fork with
pip install coqui-tts
, this repo is not updated anymore. It works better with recent versions of packages and also has fewer mandatory dependencies.
Installation ran through like a charm and tts works, yay! Thank you @eginhard !
Are the instructions at https://docs.coqui.ai/ still maintained, resp. can the be refreshed by the community or can the hugging coqui docu page be refreshed to finaly point to
pip install coqui-tts
?
The documentation for the fork is found here and can be updated by the community (in the same Github repo): https://coqui-tts.readthedocs.io/en/latest/ Many places still link to the old repo/docs, but updating those is usually out of my control...
The documentation for the fork is found here and can be updated by the community (in the same Github repo): https://coqui-tts.readthedocs.io/en/latest/ Many places still link to the old repo/docs, but updating those is usually out of my control...
Thank you @eginhard
Describe the bug
When I do:
it takes an eternity to download and install everything (like 3h or such) and then it gets stuck at:
Stuck means that I have waited for 2h for anything to happen and nothing else happens from that point on.
pip
is using 100% CPU. When I strace the process I see:Keeps scrolling and scrolling and nothing else is happening.
To Reproduce
~/.local/python-venvs/TTS/bin/pip install TTS
Expected behavior
The installation process terminates at some point... but it doesn't. See above.
Logs
Environment
I wonder why the packages and wheels that should get installed via:
... do not show up here?
Python Version
OS
GPU
none
How I installed PyTorch
I did not. I did:
and that's it.