From f299645aeeb65fcddde2d136fd550b6b01ffebb3 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sun, 4 Sep 2022 18:54:12 +0300 Subject: ESRGAN support --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 610826c2..6cf246d2 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,14 @@ Original script with Gradio UI was written by a kind anonymous user. This is a m - Loopback - X/Y plot - Textual Inversion -- Resizing options +- Extras tab with: + - GFPGAN, neural network that fixes faces + - RealESRGAN, neural network upscaler + - ESRGAN, neural network with a lot of third party models +- Resizing aspect ratio options - Sampling method selection - Interrupt processing at any time - 4GB videocard support -- Option to use GFPGAN - Correct seeds for batches - Prompt length validation - Generation parameters added as text to PNG @@ -49,6 +52,9 @@ can obtain it from the following places: You optionally can use GPFGAN to improve faces, then you'll need to download the model from [here](https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pth). +To use ESRGAN models, put them into ESRGAN directory in the same location as webui.py. A file will be loaded +as model if it has .pth extension. Grab models from the [Model Database](https://upscale.wiki/wiki/Model_Database). + ### Automatic installation/launch - install [Python 3.10.6](https://www.python.org/downloads/windows/) -- cgit v1.2.1