daswer123 / xtts-api-server

A simple FastAPI Server to run XTTSv2
MIT License
372 stars 85 forks source link

Install instructions #14

Closed woCmodsiW closed 10 months ago

woCmodsiW commented 10 months ago

python -m venv venv source venv/bin/activate

Should be placed in the installation instructions for Linux users. I just attempted to upgrade/install and everything flew by installing without creating an environment. I have no idea if this has broken other dependencies and I just recovered from a difficult upgrade.

May I suggest you please keep a development version separate while you work on new pull requests/updates?

daswer123 commented 10 months ago

Yeah I was just testing a couple things, failed miserably, of course I'll fix it now )

woCmodsiW commented 10 months ago

Yeah I was just testing a couple things, failed miserably, of course I'll fix it now )

Things are really really bad on my install now. Doing simple install leads to errors on Linux for me.

I now have a cuDNN error: CUDNN_STATUS_NOT_INITIALIZED

_>

daswer123 commented 10 months ago

Check out the instructions in the repo with a similar install, it's all detailed there https://github.com/KoljaB/RealtimeTTS#cuda-installation

woCmodsiW commented 10 months ago

My base environment is pretty much cleaned up. Sorry for salty. Thanks for your hard work.