aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-11 09:13:26 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-09-11 09:13:26 +0000
commit599666cd3f49ecae44b15c51c4c1416c3e3d2880 (patch)
tree66f2b65bbb98ead4b985706d0764007b2869ab28 /README.md
parentf1858744189ad54bb464c97b9c735275795a6f53 (diff)
downloadstable-diffusion-webui-gfx803-599666cd3f49ecae44b15c51c4c1416c3e3d2880.tar.gz
stable-diffusion-webui-gfx803-599666cd3f49ecae44b15c51c4c1416c3e3d2880.tar.bz2
stable-diffusion-webui-gfx803-599666cd3f49ecae44b15c51c4c1416c3e3d2880.zip
let me tell you about realesrgan
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index edd5e742..419f27f9 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,9 @@ You optionally can use GFPGAN to improve faces, then you'll need to download the
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).
+> Note: RealESRGAN models are not ESRGAN models, they are not compatible. Do not download RealESRGAN models. Do not place
+RealESRGAN into the directory with ESRGAN moderls. Thank you.
+
### Automatic installation/launch
- install [Python 3.10.6](https://www.python.org/downloads/windows/) and check "Add Python to PATH" during installation. You must install this exact version.