xinntao / Real-ESRGAN

Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.
BSD 3-Clause "New" or "Revised" License
28.45k stars 3.57k forks source link

Failed 5 invalid gpu device #817

Open Ryosama2 opened 4 months ago

Ryosama2 commented 4 months ago

I used these code to upscale image (in Anaconda Prompt)

  1. C:\Users\minhh\Downloads\Compressed\Real-ESRGAN-ncnn-vulkan-20220424-windows
  2. realesrgan-ncnn-vulkan -i inputs -o outputs -n realesrgan-x4plus -f jpg

But now it is no longer work, it failed with the error notification: vkEnumeratePhysicalDevices failed 5 invalid gpu device image

Please help 🙏