-
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
I'm not bloating the repo with voice samples that a good majority of people won't use. mrq/tortoise-tts already takes way too long to clone because it still has all the deltas from all the…
Should be fixed in commit ae5d4023aa5a3faaad514dcab4692ef608b0e20f.
I supppose it's some Gradio inconsistency that I really do not want to try and figure out the root cause, so it'll just get…
And as much as I hate providing StackOverflow references, this one…
That looks like an issue that crops up during training itself rather than the web UI. I'm assuming it offers a code block to try and reproduce it:
import torch
torch.backends.cuda.matmul.all…That's some other funky thing that sometimes crops up, especially in a colab notebook, and I swear one method worked while the next time it needed a different remedy.
Try:
pip uninstall…Strange.
I suppose some surgery is needed. Save tortoise/api.py and place it under `.\venv\Lib\site-packages\tortoise\a…
You'll need to run:
call .\venv\Scripts\activate.bat
pip install -U git+https://git.ecker.tech/mrq/tortoise-tts.git
Just for my curiosity:
- did you happen to move over `.\tortoise-…