[PR #37] [MERGED] Major revision: Support Pypi #552

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

📋 Pull Request Information

Original PR: https://github.com/TencentARC/GFPGAN/pull/37
Author: @xinntao
Created: 8/8/2021
Status: Merged
Merged: 8/8/2021
Merged by: @xinntao

Base: masterHead: pypi


📝 Commits (4)

📊 Changes

28 files changed (+470 additions, -221 deletions)

View changed files

.github/workflows/publish-pip.yml (+30 -0)
📝 .github/workflows/pylint.yml (+2 -2)
📝 .gitignore (+31 -14)
MANIFEST.in (+8 -0)
📝 PaperModel.md (+6 -4)
📝 README.md (+7 -5)
VERSION (+1 -0)
gfpgan/__init__.py (+6 -0)
📝 gfpgan/archs/__init__.py (+3 -5)
📝 gfpgan/archs/arcface_arch.py (+0 -1)
📝 gfpgan/archs/gfpganv1_arch.py (+2 -3)
📝 gfpgan/archs/gfpganv1_clean_arch.py (+0 -0)
📝 gfpgan/archs/stylegan2_clean_arch.py (+2 -3)
📝 gfpgan/data/__init__.py (+3 -4)
📝 gfpgan/data/ffhq_degradation_dataset.py (+2 -3)
📝 gfpgan/models/__init__.py (+3 -5)
📝 gfpgan/models/gfpgan_model.py (+4 -5)
gfpgan/train.py (+11 -0)
gfpgan/utils.py (+134 -0)
gfpgan/weights/README.md (+3 -0)

...and 8 more files

📄 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/37 **Author:** [@xinntao](https://github.com/xinntao) **Created:** 8/8/2021 **Status:** ✅ Merged **Merged:** 8/8/2021 **Merged by:** [@xinntao](https://github.com/xinntao) **Base:** `master` ← **Head:** `pypi` --- ### 📝 Commits (4) - [`d831ffd`](https://github.com/TencentARC/GFPGAN/commit/d831ffdc4ace1eec5d2e0d7cd85348d6d5c074a8) reorganize - [`5f72851`](https://github.com/TencentARC/GFPGAN/commit/5f728512d385c8eda600d9e00047fa29c49dba13) update inference - [`b919a7a`](https://github.com/TencentARC/GFPGAN/commit/b919a7a8992bd1ab7328563b0652dafe4341fe01) update inference - [`e93ecd6`](https://github.com/TencentARC/GFPGAN/commit/e93ecd6ccbc6bab0f710fa5a40a8fd4eee37db94) format ### 📊 Changes **28 files changed** (+470 additions, -221 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/publish-pip.yml` (+30 -0) 📝 `.github/workflows/pylint.yml` (+2 -2) 📝 `.gitignore` (+31 -14) ➕ `MANIFEST.in` (+8 -0) 📝 `PaperModel.md` (+6 -4) 📝 `README.md` (+7 -5) ➕ `VERSION` (+1 -0) ➕ `gfpgan/__init__.py` (+6 -0) 📝 `gfpgan/archs/__init__.py` (+3 -5) 📝 `gfpgan/archs/arcface_arch.py` (+0 -1) 📝 `gfpgan/archs/gfpganv1_arch.py` (+2 -3) 📝 `gfpgan/archs/gfpganv1_clean_arch.py` (+0 -0) 📝 `gfpgan/archs/stylegan2_clean_arch.py` (+2 -3) 📝 `gfpgan/data/__init__.py` (+3 -4) 📝 `gfpgan/data/ffhq_degradation_dataset.py` (+2 -3) 📝 `gfpgan/models/__init__.py` (+3 -5) 📝 `gfpgan/models/gfpgan_model.py` (+4 -5) ➕ `gfpgan/train.py` (+11 -0) ➕ `gfpgan/utils.py` (+134 -0) ➕ `gfpgan/weights/README.md` (+3 -0) _...and 8 more files_ </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:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#552