mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-16 06:14:33 +00:00
[PR #394] consider get the models from hugging face #607
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TencentARC/GFPGAN/pull/394
Author: @leonelhs
Created: 6/13/2023
Status: 🔄 Open
Base:
master← Head:master📝 Commits (2)
5a678dcmodels from hugging faceb69c37cmodels from hugging face📊 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.