You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! Loving the project, throwing some real_esrgan upscaling at my Mac Pro and I'm noticing that both my 5700XT's aren't being used.
As you can see, only a single GPU is being used. Is this a simple scaling error or command line argument I've inputted wrong, or does it require rewriting parts of the app?
Thanks!
The text was updated successfully, but these errors were encountered:
This is is related to waifu2x-ios on Mac. Transferred here.
Core ML doesn't support using multiple GPUs at the same time.
However, this app has implemented parallel processing for multiple input items. First make sure you have added more than 1 item. Then please turn on Advanced mode and scroll to the bottom. There you will find a section called Parallel Processing where you can enable multiple GPUs.
Unfortunately this option is only available in GUI mode. CLI doesn't support specifying which GPU to run on (but supports ANE vs GPU).
Hey there! Loving the project, throwing some real_esrgan upscaling at my Mac Pro and I'm noticing that both my 5700XT's aren't being used.
As you can see, only a single GPU is being used. Is this a simple scaling error or command line argument I've inputted wrong, or does it require rewriting parts of the app?
Thanks!
The text was updated successfully, but these errors were encountered: