diff options
author | elucida <1095429904@qq.com> | 2022-09-10 12:59:22 +0800 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-10 08:12:07 +0300 |
commit | d55a731081768bf889f93870cca51bc1ddae232c (patch) | |
tree | e0079c31c1d05ee1ad9edb5ca026dbba9b22e428 | |
parent | 022bc97c2775af882c3c7b4614e8fa85c05c6e95 (diff) |
fix typo
GFPGAN
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ can obtain it from the following places: - [file storage](https://drive.yerf.org/wl/?id=EBfTrmcCCUAGaQBXVIj5lJmEhjoP1tgl)
- magnet:?xt=urn:btih:3a4a612d75ed088ea542acac52f9f45987488d1c&dn=sd-v1-4.ckpt&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337
-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).
+You optionally can use GFPGAN 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).
|