[PR #408] [CLOSED] Add GPU acceleration to Apple Silicon Macs #613

Closed
opened 2026-01-29 21:49:06 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TencentARC/GFPGAN/pull/408
Author: @NripeshN
Created: 7/7/2023
Status: Closed

Base: masterHead: mps-support


📝 Commits (2)

  • 60a4d36 Add GPU acceleration to Apple Silicon Macs
  • d4091ca fixed mps_device

📊 Changes

7 files changed (+355 additions, -94 deletions)

View changed files

📝 README.md (+67 -69)
📝 gfpgan/models/gfpgan_model.py (+1 -0)
📝 gfpgan/utils.py (+10 -1)
📝 requirements.txt (+1 -1)
📝 tests/test_arcface_arch.py (+62 -23)
📝 tests/test_gfpgan_arch.py (+174 -0)
📝 tests/test_stylegan2_clean_arch.py (+40 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TencentARC/GFPGAN/pull/408 **Author:** [@NripeshN](https://github.com/NripeshN) **Created:** 7/7/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mps-support` --- ### 📝 Commits (2) - [`60a4d36`](https://github.com/TencentARC/GFPGAN/commit/60a4d36a8d01bc9c3081bdf1fa4070ddf32873d6) Add GPU acceleration to Apple Silicon Macs - [`d4091ca`](https://github.com/TencentARC/GFPGAN/commit/d4091ca9e76dcfb46936681ce6e78a87c906534b) fixed mps_device ### 📊 Changes **7 files changed** (+355 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+67 -69) 📝 `gfpgan/models/gfpgan_model.py` (+1 -0) 📝 `gfpgan/utils.py` (+10 -1) 📝 `requirements.txt` (+1 -1) 📝 `tests/test_arcface_arch.py` (+62 -23) 📝 `tests/test_gfpgan_arch.py` (+174 -0) 📝 `tests/test_stylegan2_clean_arch.py` (+40 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 21:49:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#613