realsr-ncnn-vulkan icon indicating copy to clipboard operation
realsr-ncnn-vulkan copied to clipboard

realsr run error vkQueueSubmit failed -4

Open powerful001 opened this issue 3 years ago • 6 comments

Hi realsr run error : vkQueueSubmit failed -4

屏幕截图 2021-02-25 225116 Windows 10 gpu: 860m cpu: i7-4710 memory 16GB

powerful001 avatar Feb 25 '21 15:02 powerful001

Hi, did you find a solution?

virdiignis avatar Jan 19 '22 11:01 virdiignis

Quite a lot of VRAM/RAM required, use -m to decrease the amount of VRAM required, for example:

realsr-ncnn-vulkan.exe -i image.jpg -o imagex4.jpg -t 100

Use 100, 150 or more depending on the amount of VRAM to use. My GTX 960 not working with 200, but yes with 150, 100 or less

EdePC avatar Jan 23 '22 19:01 EdePC

I am getting the same error, what is the solution?

karubn avatar Nov 03 '23 22:11 karubn

same

jbrown1597 avatar Nov 05 '23 06:11 jbrown1597

Oldukça fazla VRAM/RAM gerekiyor; gerekli VRAM miktarını azaltmak için -m kullanın, örneğin:

realsr-ncnn-vulkan.exe -i image.jpg -o imagex4.jpg -t 100

Kullanılacak VRAM miktarına bağlı olarak 100, 150 veya daha fazlasını kullanın. GTX 960'ım 200 ile çalışmıyor ancak 150, 100 veya daha azıyla evet

Yes friends, the solution is related to the amount of RAM to be used, as our edcpc friend said, you need to set -t 100. For example, for Geforce GT 750m, this value works for me -t 55. realsr-ncnn-vulkan.exe -i "%~dpnx1" -o "%~dpn1_Upscaled.png" -t 55 -g 0 -m models-DF2K_JPEG

karubn avatar Nov 05 '23 09:11 karubn

realsr-ncnn-vulkan.exe -i image.jpg -o imagex4.jpg -t num Adding the num to the number before the error is the optimal solution

powerful001 avatar Jan 27 '24 05:01 powerful001