1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-17 11:18:36 +01:00

no need for success (Credit: @LinuxOnTheDesktop #490)

Aaron Liu 2023-09-23 19:38:19 -04:00
parent c2570dd040
commit d95bc896bf

@ -6,7 +6,7 @@ This is where you can find guides and tutorials for Upscayl.
The GPU ID is used to manually specify a Vulkan enabled GPU to be used for upscaling images. According to the Real-ESRGAN documentation, you can use this option even for multi-GPUs.
To find out the GPU ID, follow these steps:
1. Open Upscayl and upscayl an image.
1. Open Upscayl and (try to) upscayl an image.
2. Go to the Settings tab and scroll down till you see the logs area.
3. You can now see all the GPU IDs available to you. As you can see from the image, 1 is Nvidia, 2 is llvmpipe and 0 is AMD Radeon.
![image](https://github.com/upscayl/upscayl/assets/25067102/23aabc8d-9844-4366-b34b-e6eeb93385c7)