[PR #394] consider get the models from hugging face #607

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

📋 Pull Request Information

Original PR: https://github.com/TencentARC/GFPGAN/pull/394
Author: @leonelhs
Created: 6/13/2023
Status: 🔄 Open

Base: masterHead: master


📝 Commits (2)

📊 Changes

1 file changed (+11 additions, -11 deletions)

View changed files

📝 inference_gfpgan.py (+11 -11)

📄 Description

Hello,
I'm working on a front end for Real-ESRGAN and GFPGAN. For my fork of this project I have added a method to get the models from Hugging Face. That method don't touch any source related to the core, it only touchs the command line utility inference_realesrgan.py.

I would like that Real-ESRGAN had an official repo at hugginface, if you whish too, you can clone this repo https://huggingface.co/leonelhs/gfpgan and chage the REPO_ID at inference_realesrgan.py to your own REPO_ID and make it official.


🔄 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/394 **Author:** [@leonelhs](https://github.com/leonelhs) **Created:** 6/13/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`5a678dc`](https://github.com/TencentARC/GFPGAN/commit/5a678dc0aef51440468af904e982bb2987e2ca42) models from hugging face - [`b69c37c`](https://github.com/TencentARC/GFPGAN/commit/b69c37cbc4ffd6a84e27541d32d926bc7b14b392) models from hugging face ### 📊 Changes **1 file changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `inference_gfpgan.py` (+11 -11) </details> ### 📄 Description Hello, I'm working on a front end for Real-ESRGAN and GFPGAN. For my fork of this project I have added a method to get the models from Hugging Face. That method don't touch any source related to the core, it only touchs the command line utility inference_realesrgan.py. I would like that Real-ESRGAN had an official repo at hugginface, if you whish too, you can clone this repo https://huggingface.co/leonelhs/gfpgan and chage the REPO_ID at inference_realesrgan.py to your own REPO_ID and make it official. --- <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:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#607