aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-04 18:54:12 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-04 18:54:12 +0300
commitf299645aeeb65fcddde2d136fd550b6b01ffebb3 (patch)
tree5e00d526688ce928b68f023ac91a4bf227aaf092 /README.md
parent78278ce695beffbf59c7320bb0441922d66b1c0e (diff)
ESRGAN support
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
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/)