1
0
mirror of https://github.com/TencentARC/GFPGAN.git synced 2025-05-19 08:40:34 -07:00

Update README

This commit is contained in:
Xintao 2021-08-09 02:06:39 +08:00
parent a87388fd2f
commit 99eda83cce

View File

@ -19,10 +19,9 @@ It leverages rich and diverse priors encapsulated in a pretrained face GAN (*e.g
- :white_check_mark: We provide a *clean* version of GFPGAN, which does not require CUDA extensions.
- :white_check_mark: We provide an updated model without colorizing faces.
---
If GFPGAN is helpful in your photos/projects, please help to :star: this repo. Thanks:blush: <br>
Other recommended projects: [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) &emsp; [BasicSR](https://github.com/xinntao/BasicSR) &emsp; [facexlib](https://github.com/xinntao/facexlib)
Other recommended projects: &emsp; :arrow_forward:[Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) &emsp; :arrow_forward:[BasicSR](https://github.com/xinntao/BasicSR) &emsp; :arrow_forward:[facexlib](https://github.com/xinntao/facexlib)
---
@ -43,7 +42,7 @@ Other recommended projects: [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN
- Python >= 3.7 (Recommend to use [Anaconda](https://www.anaconda.com/download/#linux) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html))
- [PyTorch >= 1.7](https://pytorch.org/)
- Option: NVIDIA GPU + [CUDA](https://developer.nvidia.com/cuda-downloads)
- Option: Linux (We have not tested on Windows)
- Option: Linux
### Installation