Okay, I somehow figured it out. Idk how, but I managed to make something work by just doing all the steps over and over again and going insane in the process. Huge thanks to https://www.youtube.com…
Welp, nothing I did worked. I followed a youtubers guide, didnt work. Guess im just cursed with stupidity or something.
From the looks of it, it looks like your missing the tortoise module, which I think it would just be easier to just redownload everything from scratch as suggested above.
I would just do…
Hmm, that should have worked. Try running
setup-cuda.bat
again (inside the venv) thenupdate-force.bat
, thenstart.bat
, if that doesn't work delete the directory and re-clone.
How do I…
You're launching PS and then running cmd.exe in it? Why? Also you forgot the
cd
in front of the directory name.
Oh yea sorry bout that cmd.exe thing at the beginning, forgot to mention…
I tried doing whatever you did on powershell because maybe that was making a difference, only to have even more problems lmao. Isn't there just a youtube video out there for installing this? I…
You did
git clone https://git.ecker.tech/mrq/ai-voice-cloning
right? Go into the directory "ai-voice-cloning" (unless you named it something else), and run.\venv\scripts\Activate
. Then…
You'd need to do it in the directory where you cloned the repo, preferably after activating the venv.
The directory? Cloned the repo? After activating the venv? Uhhhhh.... I dont remember…
I tried "update.bat" then tried "start.bat" again, only to get the exact same error. DX
Try
git submodule update --remote
I got another error:
fatal: not a git repository (or any of the parent directories): .git
I just opened the command prompt and entered that in so…
More code from command prompt just incase it is necessary.
C:\Users\Topha\Music\ai\Tortoise TTS\ai-voice-cloning>call .\venv\Scripts\activate.bat Traceback (most recent call last): File…