152334H / tortoise-tts-fast

Fast TorToiSe inference (5x or your money back!)
GNU Affero General Public License v3.0
759 stars 177 forks source link

Generating voice is really slow, doesn't seem to use the GPU at all, "Error: You set cuda=True but no cuda device could be found" #87

Closed crazygonuts closed 1 year ago

crazygonuts commented 1 year ago

I can generate voice but its super slow. Possibly related to this https://github.com/152334H/tortoise-tts-fast/issues/86 because I couldn't get requirements.txt to install. I installed pytorch using conda and regular tortoise-tts works fine, its just tortoise-tts-fast that doesn't seem to know how to talk to the gfx card

crazygonuts commented 1 year ago

I tried downgrading as sepcified here https://github.com/152334H/tortoise-tts-fast/issues/9 with no effect

crazygonuts commented 1 year ago

closing because I eventually reinstalled enough times that it went away

laperiut commented 1 year ago

Hey CrazyGoNuts, what did you end up reinstalling? The entire environment or just PyTorch ?

crazygonuts commented 1 year ago

the entire environment. I followed this youtube guide the last time https://www.youtube.com/watch?v=8i4T5v1Fl_M but as far as I can tell it was exactly what I was already doing.