[PR #291] very nice Graphical user interface #597

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

📋 Pull Request Information

Original PR: https://github.com/TencentARC/GFPGAN/pull/291
Author: @Erickesau
Created: 10/14/2022
Status: 🔄 Open

Base: masterHead: master


📝 Commits (7)

📊 Changes

6 files changed (+800 additions, -0 deletions)

View changed files

Photo Restorer GUI.py (+607 -0)
assets/bg.png (+0 -0)
assets/en.json (+1 -0)
assets/es.json (+1 -0)
assets/icon.ico (+0 -0)
module_gfpgan.py (+191 -0)

📄 Description

Module_gfpgan.py now can be imported as library support all parámeters,
which is used by the GUI,
Support multi language.
NEW
Added full log feature
Fixed, background was not showing correct in some cumputers


🔄 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/291 **Author:** [@Erickesau](https://github.com/Erickesau) **Created:** 10/14/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`eb07629`](https://github.com/TencentARC/GFPGAN/commit/eb0762955566c93f21729b188df71024767555af) Create .gitkeep - [`159a9d2`](https://github.com/TencentARC/GFPGAN/commit/159a9d27c2cfd09a6a5aff40f5f57b985701d3e1) Add files via upload - [`01f5298`](https://github.com/TencentARC/GFPGAN/commit/01f52988f5366ccd99a5ceb602e27dfbcef62896) Delete resources directory - [`d2d38dd`](https://github.com/TencentARC/GFPGAN/commit/d2d38dd258055fefa9f88e5d41cdbfc2b5befd3d) Add files via upload - [`9254a30`](https://github.com/TencentARC/GFPGAN/commit/9254a308030595f620a7255597ceefcce3c868d5) Add files via upload - [`1025c68`](https://github.com/TencentARC/GFPGAN/commit/1025c688f190c2a859eb4b746cbb8bf20631fa26) Add files via upload - [`d09ec71`](https://github.com/TencentARC/GFPGAN/commit/d09ec710f25b1e8eb3bdec906858e43b97aef67a) Update Photo Restorer GUI.py ### 📊 Changes **6 files changed** (+800 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Photo Restorer GUI.py` (+607 -0) ➕ `assets/bg.png` (+0 -0) ➕ `assets/en.json` (+1 -0) ➕ `assets/es.json` (+1 -0) ➕ `assets/icon.ico` (+0 -0) ➕ `module_gfpgan.py` (+191 -0) </details> ### 📄 Description Module_gfpgan.py now can be imported as library support all parámeters, which is used by the GUI, Support multi language. *NEW* Added full log feature Fixed, background was not showing correct in some cumputers --- <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:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#597