tortoise-tts
tortoise-tts copied to clipboard
autoregressive.pth error
Traceback (most recent call last):
File "D:\copy\voice.py", line 15, in
previously I ran this program and it started downloading autoregressive.pth but I immediately stopped the program, then when I run it again the above error appears. do i have to download the autoregressive file manually and put it in the models folder?
I have found a solution, namely by deleting the tortoise folder in /home/username/.cache and then rerun the program
@hawaricracker looking into the /home
shows the folder as empty - how are you locating the .cache
file?
@hawaricracker looking into the
/home
shows the folder as empty - how are you locating the.cache
file?
that's a hidden file, i'm using windows
Ah! Thanks. I was on Ubuntu.
This issue can be replicated though in Google Colab and Ubuntu.
I have found a solution, namely by deleting the tortoise folder in /home/username/.cache and then rerun the program This work for me, appreciated C:\Users[username].cache
del huggingface del tortoise
it worked for me, thanks