-
https://git.ecker.tech/ aims to provide a place to share my efforts while maintaining true ownership of my code, as I do not trust GitHub.
XMR: 4B9TQdkAkBFYrbj5ztvTx89e5LpucPeTSPzemCihdDi9EBnx7btn8RDNZTBz2zihWsjMnDkzn5As1LU6gLv3KQy8BLsZ8SG
- Joined on
2022-10-10
Doesn't seem I can give specific access to the wiki, I believe I'd have to grant you access as a collaborator for this repo entirely.
I'll get around to rewriting most of it eventually.
…
It would be great if there was a way to remove older checkpoints and training states during training, as it can eat up disk space quickly.
Sorry for the wait, I just happened to incidentally…
I tried the --low-vram command but I still get the error.
The Low VRAM flag is for hinting to keep models not directly being used off the GPU during generation and I think disables some…
K80 my homelab GPU is on cuda 11.4.
Ah, that could be it. The setup script uses PyTorch with CUDA 11.6 11.7.
I believe you can run the following to uninstall the wrong version and…
Seems more like an internal CUDA error rather than something I can directly deal with. Outside of reinstalling pytorch and what-not, I don't really have any ideas.
No.
I already leverage my own fork: https://git.ecker.tech/mrq/tortoise-tts.
Make sure there's a tortoise folder under ai-voice-cloning, and re-run the update script, it'll try to install tortoise.
Alright, I'm relatively awake now and should have some time.
I've combed through the wiki and cleaned it up to address the feedback, I guess there were a lot of outdated info than I remember. I…
So this entire time it was because I was using the older version of CUDA PyTorch. Using cu117 works for python3.10, and also works on python3.9. I guess that solves the mystery on what exactly is…
Someone else mentioned having a similar problem but didn't note his python version, and he noted installing the 11.7 version fixed it:
python -m pip uninstall torch torchvision torchaudio
py…