[PR #64] [CLOSED] Add Docker environment & web demo #559

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

📋 Pull Request Information

Original PR: https://github.com/TencentARC/GFPGAN/pull/64
Author: @chenxwh
Created: 9/15/2021
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 Changes

5 files changed (+145 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
cog.yaml (+25 -0)
download-weights (+2 -0)
predict.py (+115 -0)
run_setup.sh (+2 -0)

📄 Description

Hey @xinntao ! 👋

This pull request makes it possible to run your model inside a Docker environment, which makes it easier for other people to run it. We're using an open source tool called Cog to make this process easier.

This also means we can make a web page where other people can try out your model! View it here: https://replicate.ai/xinntao/gfpgan
(We noticed that you have a demo on Gradio, but some of the example images, e.g. 10045.png, would show error there).

Claim your page here so you can edit it, and we'll feature it on our website and tweet about it too.

In case you're wondering who I am, I'm from Replicate, where we're trying to make machine learning reproducible. We got frustrated that we couldn't run all the really interesting ML work being done. So, we're going round implementing models we like. 😊


🔄 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/64 **Author:** [@chenxwh](https://github.com/chenxwh) **Created:** 9/15/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`65a1228`](https://github.com/TencentARC/GFPGAN/commit/65a1228c6cde9d2b1370ae6f2c8a4ae2831cb15c) enable cog - [`8ddaf50`](https://github.com/TencentARC/GFPGAN/commit/8ddaf50fad7da62f44dba7bbb5aad2fa717d5c89) Update README.md - [`86f8702`](https://github.com/TencentARC/GFPGAN/commit/86f8702a354e12931b04e814b64bd44511d6bfec) Merge branch 'TencentARC:master' into master - [`e526d19`](https://github.com/TencentARC/GFPGAN/commit/e526d19496ae697a16352f77d6351902a18fa76f) Update README.md ### 📊 Changes **5 files changed** (+145 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `cog.yaml` (+25 -0) ➕ `download-weights` (+2 -0) ➕ `predict.py` (+115 -0) ➕ `run_setup.sh` (+2 -0) </details> ### 📄 Description Hey @xinntao ! 👋 This pull request makes it possible to run your model inside a Docker environment, which makes it easier for other people to run it. We're using an open source tool called [Cog](https://github.com/replicate/cog) to make this process easier. This also means we can make a web page where other people can try out your model! View it here: https://replicate.ai/xinntao/gfpgan (We noticed that you have a demo on Gradio, but some of the example images, e.g. 10045.png, would show error there). [Claim your page here](https://replicate.ai/login/github/?next=/xinntao/gfpgan?published=1) so you can edit it, and we'll feature it on our website and tweet about it too. In case you're wondering who I am, I'm from [Replicate](https://replicate.ai/home), where we're trying to make machine learning reproducible. We got frustrated that we couldn't run all the really interesting ML work being done. So, we're going round implementing models we like. 😊 --- <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:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#559