Your Nvidia Graphics Driver is insufficient for running Faceswap.

Talk about Hardware used for Deep Learning


Locked
User avatar
kalmykkhan
Posts: 4
Joined: Tue Jun 09, 2020 7:03 am

Your Nvidia Graphics Driver is insufficient for running Faceswap.

Post by kalmykkhan »

Hi all, I'm new here and a complete newbie to anything involving computers, let alone this programme. I was able to follow the Windows installation instructions, though - yay, me! - and downloaded the programme without much fanfare. I also followed the instructions for the Extraction technique, and was going to extract the images that I wanted.

Unfortunately, the following error message - "Your Nvidia Graphics Driver is insufficient for running Faceswap. Please upgrade to the latest version." - appeared. My graphics card is an NVIDIA GeForce 940MX, and my computer tells me that it can't be upgraded anymore. (Problem #1.)

I've searched for similar issues on this forum, but the fellow who encountered that problem mentioned something like a CUDA version. I tried using both the "Anaconda Prompt (MiniConda3)" and the "Anaconda Powershell Prompt (MiniConda3)" to determine the CUDA version by typing in "conda list cudnn", but they only gave me this:

packages in environment at C:\Users\KKHAN\MiniConda3:

#

Name Version Build Channel

No name, no version, no build channel. (Problem #2.)

Assistance would be greatly appreciated. Thank you.

User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 623 times

Re: Computer Queries

Post by torzdf »

What driver version are you running?

A check on the Nvidia site states that version 446 is available, which should be sufficient.

Please could you provide your system info:

GUI Users: Go to Help -> Output system information

CLI Users: From inside your virtual environment, inside your faceswap folder, run:
python -c "from lib.sysinfo import sysinfo ; print(sysinfo)"

My word is final

User avatar
kalmykkhan
Posts: 4
Joined: Tue Jun 09, 2020 7:03 am

Re: Your Nvidia Graphics Driver is insufficient for running Faceswap.

Post by kalmykkhan »

My driver version is 22.21.13.8554.

I have attached a screenshot of my System Information, if that's what you mean by that.

"GUI Users: Go to Help -> Output system information"

You mean the "Get Help" app?

"CLI Users: From inside your virtual environment, inside your faceswap folder, run:
python -c "from lib.sysinfo import sysinfo ; print(sysinfo)""

Tried typing that into all three command prompts. "ModuleNotFoundError: No module named 'lib.sysinfo'"

Attachments
Capture.PNG
Capture.PNG (45.76 KiB) Viewed 3893 times
User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 623 times

Re: Your Nvidia Graphics Driver is insufficient for running Faceswap.

Post by torzdf »

Sorry, the system information is from the Faceswap GUI.

Assuming you can launch the GUI, then please open that and go help > Output System Info

My word is final

User avatar
kalmykkhan
Posts: 4
Joined: Tue Jun 09, 2020 7:03 am

Re: Your Nvidia Graphics Driver is insufficient for running Faceswap.

Post by kalmykkhan »

Sorry for the late reply, have done as outlined.

============ System Information ============
encoding: cp1252
git_branch: master
git_commits: 127d3db Dependencies update (#1028)
gpu_cuda: No global version found. Check Conda packages for Conda Cuda
gpu_cudnn: No global version found. Check Conda packages for Conda cuDNN
gpu_devices:
gpu_devices_active:
gpu_driver: No Nvidia driver found
gpu_vram:
os_machine: AMD64
os_platform: Windows-10-10.0.18362-SP0
os_release: 10
py_command: C:\Users\KALM\faceswap/faceswap.py gui
py_conda_version: conda 4.8.3
py_implementation: CPython
py_version: 3.7.7
py_virtual_env: True
sys_cores: 4
sys_processor: Intel64 Family 6 Model 142 Stepping 9, GenuineIntel
sys_ram: Total: 8050MB, Available: 3608MB, Used: 4442MB, Free: 3608M

User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 623 times

Re: Your Nvidia Graphics Driver is insufficient for running Faceswap.

Post by torzdf »

Ok, for whatever reason you don't appear to have a GPU graphics driver installed.

Go to the Nvidia site and download the latest driver for your card.

My word is final

User avatar
kalmykkhan
Posts: 4
Joined: Tue Jun 09, 2020 7:03 am

Re: Your Nvidia Graphics Driver is insufficient for running Faceswap.

Post by kalmykkhan »

Seems to have fixed the problem. Thank you!

Locked