Page 1 of 1
Your Nvidia Graphics Driver is insufficient for running Faceswap.
Posted: Tue Jun 09, 2020 9:55 am
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.
Re: Computer Queries
Posted: Wed Jun 10, 2020 9:13 am
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)"
Re: Your Nvidia Graphics Driver is insufficient for running Faceswap.
Posted: Wed Jun 10, 2020 10:45 pm
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'"
Re: Your Nvidia Graphics Driver is insufficient for running Faceswap.
Posted: Thu Jun 11, 2020 9:20 am
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
Re: Your Nvidia Graphics Driver is insufficient for running Faceswap.
Posted: Fri Jun 12, 2020 10:28 am
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
Re: Your Nvidia Graphics Driver is insufficient for running Faceswap.
Posted: Fri Jun 12, 2020 10:30 am
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.
Re: Your Nvidia Graphics Driver is insufficient for running Faceswap.
Posted: Sat Jun 13, 2020 7:53 am
by kalmykkhan
Seems to have fixed the problem. Thank you!