Open Vignesh-786 opened 6 months ago
I'm running RealESRGAN on my Mac M3. While I suspect it's currently using the CPU, is there a way to leverage the M3's GPU or the neural engine for faster processing?
Remove/comment out lines 48-52 in realesrgan/utils.py and right below add self.device = torch.device("mps").
realesrgan/utils.py
self.device = torch.device("mps")
I'm running RealESRGAN on my Mac M3. While I suspect it's currently using the CPU, is there a way to leverage the M3's GPU or the neural engine for faster processing?