neuralchen / SimSwap

An arbitrary face-swapping framework on images and videos with one single trained model!
Other
4.55k stars 895 forks source link

Changed my graphics card, and now SimSwap wont run #287

Open chud37 opened 2 years ago

chud37 commented 2 years ago

It displays the options but just hangs. Is there some kind of Cache I can delete to fix this? Everything was fine on my 1070 and now I've upgraded to a 3080.

Fibonacci134 commented 2 years ago

Hey, its because pytorch is probably compatible with your original card and is still looking for it. If you're using Windows, make sure you completely removed the drivers for the old card and then uninstall and reinstall pytorch and confirm that Cuda is available in your environment. If you need more detailed instructions let me know. But on a side note the 30 series cards are sometimes a pain to get working with torch should still work though, im curious as to what the speed improvement will be in your case.