Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xinntao committed Aug 8, 2021
1 parent 996d1e3 commit 262ee33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@ It leverages rich and diverse priors encapsulated in a pretrained face GAN (*e.g

: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 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)
---

### :book: GFP-GAN: Towards Real-World Blind Face Restoration with Generative Facial Prior

> [[Paper](https://arxiv.org/abs/2101.04061)] &emsp; [[Project Page](https://xinntao.github.io/projects/gfpgan)] &emsp; [Demo] <br>
Expand Down Expand Up @@ -62,6 +68,10 @@ If you want want to use the original model in our paper, please see [PaperModel.
pip install -r requirements.txt
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
Expand Down

0 comments on commit 262ee33

Please sign in to comment.