1
0
mirror of https://github.com/TencentARC/GFPGAN.git synced 2025-05-16 07:10:24 -07:00

ReadMe: add discriminator download link

This commit is contained in:
Xintao 2021-10-06 02:08:44 +08:00
parent c2e88f8eb8
commit a070b88e9e

View File

@ -102,6 +102,8 @@ If you want want to use the original model in our paper, please see [PaperModel.
- [GFPGANCleanv1-NoCE-C2.pth](https://github.com/TencentARC/GFPGAN/releases/download/v0.2.0/GFPGANCleanv1-NoCE-C2.pth): No colorization; no CUDA extensions are required. It is still in training. Trained with more data with pre-processing.
- [GFPGANv1.pth](https://github.com/TencentARC/GFPGAN/releases/download/v0.1.0/GFPGANv1.pth): The paper model, with colorization.
You can find more models (such as the discriminators) here: [Google Drive](https://drive.google.com/drive/folders/17rLiFzcUMoQuhLnptDsKolegHWwJOnHu?usp=sharing), [Tencent Cloud 腾讯微云](https://share.weiyun.com/ShYoCCoc)
## :computer: Training
We provide the training codes for GFPGAN (used in our paper). <br>