diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-08-31 08:13:24 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-08-31 08:13:24 +0000 |
commit | 476b27639eb8d35aa0fa1a83227c3ed80b98cf65 (patch) | |
tree | 15fbf4340eb976e778dea13b787a6f5acb5e6945 | |
parent | a9c02996f19636aa0feda6297c3514e5a6872833 (diff) | |
download | stable-diffusion-webui-gfx803-476b27639eb8d35aa0fa1a83227c3ed80b98cf65.tar.gz stable-diffusion-webui-gfx803-476b27639eb8d35aa0fa1a83227c3ed80b98cf65.tar.bz2 stable-diffusion-webui-gfx803-476b27639eb8d35aa0fa1a83227c3ed80b98cf65.zip |
readme fix 2
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ You need Stable Diffusion model checkpoint, a big file containing the neural net can obtain it from the following places:
- [official download](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original)
- [file storage](https://drive.yerf.org/wl/?id=EBfTrmcCCUAGaQBXVIj5lJmEhjoP1tgl)
- - [torrent](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)
+ - 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).
|