start.bat won't recognize my NVIDIA graphics card #24
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#24
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
I'm having trouble getting the start.bat script to recognize my graphics card. A week or two ago, I was using your previous tortoise-tts repo without any issues with CUDA. Ever since I tried to migrate to the new repo, my graphics card isn't being recognized by this repo, or the old tortoise one.
So far I've tried re-installing the CUDA drivers multiple times, deleting and then recreating the
venv
folder using thesetup-cuda.bat
script, and changing around how my display ports are set up so that only my motherboard is processing the picture, but nothing's been a permanent fix so far.I've attached a screenshot of my console output. This displays for a few seconds before my whole computer freezes up.
I have a AMD Ryzen 3 2200G processor, an NVIDIA GeForce GTX 1050Ti graphics card, and I'm running the latest version of Windows 11. Any help resolving this would be greatly appreciated.
That's strange. I can see if giving (most of) my
venv
will help, but for the mean time, if you don't mind, can you enter the following in a command prompt:and report what it prints?
With an iGPU right? I can't imagine it being a quirk where it tries to use your iGPU if it was working fine on the old repo.
Here's what the console printed out.
Oh, I just noticed you're using PowerShell, do:
instead. My apologies.
Still nothing, I'm afraid.
Very strange.
If you still happen to have your old working
tortoise-tts
setup:.\tortoise-tts\tortoise-venv\
to.\ai-voice-cloning\venv\
Command PromptPowerShell:If that does work, then just run the
update.bat
script.If that doesn't work, we'll just do some surgery and I'll zip up my working
venv
and I'll give some instructions on how to transplant it.I just tried to transfer my venv over, no dice. The
list_devices
script still gives nothing but the square brackets. Running theupdate.bat
didn't seem to fix it either.If you could zip your venv and send it over, that would be great! Thanks again.
Alrighty, they're uploading to litterbox now (again), slowly.
Make sure you have 7zip already installed, since they're much more compressed compared to zipping them up. I'll post the instructions and links when they're done.
Sorry about the weight, I didn't forget; I kept timing out when the upload almost finished, three times.
Bit of a pickle of instructions (using litterbox, split into 2 7zips, because for some unsightly reason it's large):
Lib
=>C:\Games\ai-voice-cloning\venv\
list_devices.py
thingIf it works, hooray, run
update.bat
.If not, then I genuinely don't know what's wrong.
I was just able to get the thing to recognize my graphics card again. I copied the
Lib
folder into the place you asked and repeated the steps from your previous post. Seems like my card's being recognized again, thanks a bunch!