[PR #158] [MERGED] Add V1.3 model #579

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

📋 Pull Request Information

Original PR: https://github.com/TencentARC/GFPGAN/pull/158
Author: @xinntao
Created: 2/14/2022
Status: Merged
Merged: 2/14/2022
Merged by: @xinntao

Base: masterHead: v1.3


📝 Commits (7)

📊 Changes

9 files changed (+647 additions, -55 deletions)

View changed files

Comparisons.md (+24 -0)
FAQ.md (+7 -0)
📝 PaperModel.md (+4 -4)
📝 README.md (+39 -5)
gfpgan/archs/gfpgan_bilinear_arch.py (+312 -0)
📝 gfpgan/models/gfpgan_model.py (+15 -16)
📝 gfpgan/utils.py (+14 -1)
📝 inference_gfpgan.py (+68 -29)
scripts/convert_gfpganv_to_clean.py (+164 -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/158 **Author:** [@xinntao](https://github.com/xinntao) **Created:** 2/14/2022 **Status:** ✅ Merged **Merged:** 2/14/2022 **Merged by:** [@xinntao](https://github.com/xinntao) **Base:** `master` ← **Head:** `v1.3` --- ### 📝 Commits (7) - [`6b6e786`](https://github.com/TencentARC/GFPGAN/commit/6b6e78695188e0cd845fd26037071becf3b98256) add gfpgan bilinear arch - [`5b2e25c`](https://github.com/TencentARC/GFPGAN/commit/5b2e25cd67ba898b264b5f7b9397c69724336ef1) add v1.3 - [`4a0d203`](https://github.com/TencentARC/GFPGAN/commit/4a0d2039a11d5d39e1e765a382d0a67839534971) Merge branch 'master' of github.com:TencentARC/GFPGAN into v1.3 - [`e8bd053`](https://github.com/TencentARC/GFPGAN/commit/e8bd053b06abedac4d872293a70b292287b94bbb) update readme - [`c46c75f`](https://github.com/TencentARC/GFPGAN/commit/c46c75f5496495e1c6f118628c1f824fe28c4a8b) update readme - [`b3c4dfb`](https://github.com/TencentARC/GFPGAN/commit/b3c4dfb657b61bf8e3f907ed6287067a21015ddc) update readme - [`435b058`](https://github.com/TencentARC/GFPGAN/commit/435b05874f47bedcdee2942d14f068a7bacc7423) rename ### 📊 Changes **9 files changed** (+647 additions, -55 deletions) <details> <summary>View changed files</summary> ➕ `Comparisons.md` (+24 -0) ➕ `FAQ.md` (+7 -0) 📝 `PaperModel.md` (+4 -4) 📝 `README.md` (+39 -5) ➕ `gfpgan/archs/gfpgan_bilinear_arch.py` (+312 -0) 📝 `gfpgan/models/gfpgan_model.py` (+15 -16) 📝 `gfpgan/utils.py` (+14 -1) 📝 `inference_gfpgan.py` (+68 -29) ➕ `scripts/convert_gfpganv_to_clean.py` (+164 -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:48:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#579