aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-02 06:49:35 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-09-02 06:49:35 +0000
commit67216187a8a6d99da77b9e3cc7b4fff15f75d2c3 (patch)
tree3cfe0dd92db9145ced8cdc906cb4571f39ef7edc /README.md
parent8f7802f6d81b2d4e4f46cbb057418cfbc309afef (diff)
downloadstable-diffusion-webui-gfx803-67216187a8a6d99da77b9e3cc7b4fff15f75d2c3.tar.gz
stable-diffusion-webui-gfx803-67216187a8a6d99da77b9e3cc7b4fff15f75d2c3.tar.bz2
stable-diffusion-webui-gfx803-67216187a8a6d99da77b9e3cc7b4fff15f75d2c3.zip
bat file for installing and launching
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 62d2b167..33eb2540 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ installed to run this, and an NVidia videocard.
I tested the installation to work Windows with Python 3.8.10, and with Python 3.10.6. You may be able
to have success with different versions.
-You need Stable Diffusion model checkpoint, a big file containing the neural network weights. You
+You need `model.ckpt`, Stable Diffusion model checkpoint, a big file containing the neural network weights. You
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)
@@ -20,7 +20,15 @@ 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).
-Instructions:
+### Automatic installation/launch
+
+- place `model.ckpt` into webui directory, next to `webui.bat`.
+- (optional) place `GFPGANv1.3.pth` into webui directory, next to `webui.bat`.
+- run `webui.bat` from Windows explorer.
+
+### Manual instructions
+Alternatively, if you don't want to run webui.bat, here are instructions for installing
+everything by hand:
```commandline
:: crate a directory somewhere for stable diffusion and open cmd in it;