Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

realsr run error vkQueueSubmit failed -4 #20

Open
powerful001 opened this issue Feb 25, 2021 · 6 comments
Open

realsr run error vkQueueSubmit failed -4 #20

powerful001 opened this issue Feb 25, 2021 · 6 comments

Comments

@powerful001
Copy link

powerful001 commented Feb 25, 2021

Hi
realsr run error : vkQueueSubmit failed -4

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

@virdiignis
Copy link

Hi, did you find a solution?

@EdePC
Copy link

EdePC commented Jan 23, 2022

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

@karubn
Copy link

karubn commented Nov 3, 2023

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

@jbrown1597
Copy link

same

@karubn
Copy link

karubn commented Nov 5, 2023

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

@powerful001
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants