mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-24 14:50:43 +00:00
[PR #631] [CLOSED] Feat/upgrade backends ci #633
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/631
Author: @IAmJonoBo
Created: 9/12/2025
Status: ❌ Closed
Base:
master← Head:feat/upgrade-backends-ci📝 Commits (10+)
dcfe68dchore: modernize packaging with uv, default torch2 track, add CI and constraints32a70efchore(gitignore): ignore local venvs; untrack accidental .venv3104d29300Merge branch chore/uv-modernization-torch2-default: uv modernization & torch2 defaultf053ddcdocs(readme): fork branding, CI badge, clone URLf65fb32docs: add CHANGELOG and FORK_NOTES; confirm CI badgea11cf2aci: make CI green9111459docs(colab): add fork Colab notebook and badge50d0b82docs(colab): add upload-and-run cellf643559ci: blocking lint + smoke; remove legacy lint workflow51fbfbdstyle(ci): enforce blocking lint; apply black and ruff E/F fixes📊 Changes
167 files changed (+13130 additions, -1266 deletions)
View changed files
➕
.devcontainer/devcontainer.json(+23 -0)➕
.dockerignore(+19 -0)➕
.editorconfig(+13 -0)➕
.gitattributes(+4 -0)➕
.github/ISSUE_TEMPLATE/bug_report.yml(+29 -0)➕
.github/ISSUE_TEMPLATE/feature_request.yml(+23 -0)➕
.github/pull_request_template.md(+15 -0)➕
.github/workflows/bench-smoke.yml(+32 -0)➕
.github/workflows/ci.yml(+243 -0)➕
.github/workflows/docs.yml(+27 -0)➕
.github/workflows/gh-pages.yml(+46 -0)➖
.github/workflows/pylint.yml(+0 -30)➕
.github/workflows/sbom.yml(+25 -0)📝
.gitignore(+6 -0)📝
.pre-commit-config.yaml(+18 -23)➕
CHANGELOG.md(+22 -0)➕
Dockerfile(+27 -0)➕
FORK_NOTES.md(+22 -0)➕
MIGRATION.md(+17 -0)➕
Makefile(+61 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.