#6079 No CUDA detected. Check NVIDIA GPU/Drivers. See Help -> CUDA.

102.64* Posted at: 8 hours ago

No CUDA detected. Check NVIDIA GPU/Drivers. See Help -> CUDA.


=
system:Windows-10-10.0.18363-SP0
version:v4.07
frozen:True
language:en
root_dir:C:/Users/bankai/Downloads/Compressed/DUB

1 Replies

The error "No CUDA detected" means the software cannot find a usable CUDA environment. This typically occurs due to one of the following reasons:

  1. No NVIDIA GPU – CUDA acceleration requires an NVIDIA graphics card. If you have an AMD or Intel GPU (or no dedicated GPU), CUDA is unavailable. Use CPU mode instead (uncheck "CUDA acceleration" in the main interface).
  2. Outdated or missing NVIDIA driver – Even if you have an NVIDIA GPU, the driver must support CUDA 12.8 or later. Open Command Prompt and run nvidia-smi. Check the "CUDA Version" shown at the top. It should be ≥ 12.8. If not, update your driver from NVIDIA's website.
  3. CUDA Toolkit and cuDNN not installed – In addition to the driver, you need:

    • CUDA Toolkit 12.8+ (verify with nvcc -V)
    • cuDNN 9.11+ (ensure the bin and lib directories are added to the system PATH environment variable)
  4. Environment variables missing – After installing CUDA, the PATH must include C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8\bin and C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8\lib. Restart the software after setting them.

Note: Windows 10 build 18363 is quite old – ensure you have the latest NVIDIA driver that supports CUDA 12.8 (driver version ≥ 531.61 for CUDA 12.8).

If you have an NVIDIA GPU but still see this error, please provide:

  • Output of nvidia-smi
  • Output of nvcc -V
  • The exact content of PATH environment variable (relevant to CUDA)

Please check the documentation:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Dondate via ko-fi.com

Dondate via PayPal

Related resource