GFPGAN and Real ESRGAN Implementation Refactor

This commit is contained in:
blessedcoolant
2022-09-14 05:17:14 +12:00
parent 682d74754c
commit 7b0cbb34d6
11 changed files with 526 additions and 386 deletions

View File

@ -2,10 +2,16 @@
title: Upscale
---
## **Intro**
The script provides the ability to restore faces and upscale.
You can enable these features by passing `--restore` and `--esrgan` to your launch script to enable
face restoration modules and upscaling modules respectively.
## **GFPGAN and Real-ESRGAN Support**
The script also provides the ability to do face restoration and upscaling with the help of GFPGAN
and Real-ESRGAN respectively.
The default face restoration module is GFPGAN and the default upscaling module is ESRGAN.
As of version 1.14, environment.yaml will install the Real-ESRGAN package into the standard install
location for python packages, and will put GFPGAN into a subdirectory of "src" in the