mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2025-05-17 07:40:16 -07:00
Update README
This commit is contained in:
parent
996d1e3df9
commit
262ee3399f
10
README.md
10
README.md
@ -15,9 +15,15 @@ It leverages rich and diverse priors encapsulated in a pretrained face GAN (*e.g
|
|||||||
|
|
||||||
:triangular_flag_on_post: **Updates**
|
:triangular_flag_on_post: **Updates**
|
||||||
|
|
||||||
|
- :white_check_mark: Support enhancing non-face regions (background) with [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN).
|
||||||
- :white_check_mark: We provide a *clean* version of GFPGAN, which does not require CUDA extensions.
|
- :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.
|
- :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)   [BasicSR](https://github.com/xinntao/BasicSR)   [facexlib](https://github.com/xinntao/facexlib)
|
||||||
|
---
|
||||||
|
|
||||||
### :book: GFP-GAN: Towards Real-World Blind Face Restoration with Generative Facial Prior
|
### :book: GFP-GAN: Towards Real-World Blind Face Restoration with Generative Facial Prior
|
||||||
|
|
||||||
> [[Paper](https://arxiv.org/abs/2101.04061)]   [[Project Page](https://xinntao.github.io/projects/gfpgan)]   [Demo] <br>
|
> [[Paper](https://arxiv.org/abs/2101.04061)]   [[Project Page](https://xinntao.github.io/projects/gfpgan)]   [Demo] <br>
|
||||||
@ -62,6 +68,10 @@ If you want want to use the original model in our paper, please see [PaperModel.
|
|||||||
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
|
|
||||||
|
# If you want to enhance the background (non-face) regions with Real-ESRGAN,
|
||||||
|
# you also need to install the realesrgan package
|
||||||
|
pip install realesrgan
|
||||||
```
|
```
|
||||||
|
|
||||||
## :zap: Quick Inference
|
## :zap: Quick Inference
|
||||||
|
Loading…
x
Reference in New Issue
Block a user