diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-02 07:21:45 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-02 07:21:45 +0000 |
commit | 78c3735fdd6f3292937c5eda3cc36e06abef8ffb (patch) | |
tree | 4d628c34d209336d9f333dd970f043165f243fed | |
parent | 8b88fa27c5738b76e7d2c1b0dcbd3bb9991d0c54 (diff) | |
download | stable-diffusion-webui-gfx803-78c3735fdd6f3292937c5eda3cc36e06abef8ffb.tar.gz stable-diffusion-webui-gfx803-78c3735fdd6f3292937c5eda3cc36e06abef8ffb.tar.bz2 stable-diffusion-webui-gfx803-78c3735fdd6f3292937c5eda3cc36e06abef8ffb.zip |
more clarifications for the readme
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -22,11 +22,18 @@ You optionally can use GPFGAN to improve faces, then you'll need to download the ### Automatic installation/launch
+- install [Python 3.10.6](https://www.python.org/downloads/windows/)
+- install [git](https://git-scm.com/download/win)
+- install [CUDA 11.3](https://developer.nvidia.com/cuda-11.3.0-download-archive?target_os=Windows&target_arch=x86_64)
- place `model.ckpt` into webui directory, next to `webui.bat`.
- _*(optional)*_ place `GFPGANv1.3.pth` into webui directory, next to `webui.bat`.
-- _*(optional)*_ if you have a 4GB videocard, edit `webui.bat`, change line 5 to from `COMMANDLINE_ARGS=` to `COMMANDLINE_ARGS=--medvram` (see below for other possible options)
- run `webui.bat` from Windows explorer.
+#### Troublehooting:
+
+- if you get out of memory errors and your videocard has low amount of VRAM (4GB), edit `webui.bat`, change line 5 to from `COMMANDLINE_ARGS=` to `COMMANDLINE_ARGS=--medvram` (see below for other possible options)
+
+
### Manual instructions
Alternatively, if you don't want to run webui.bat, here are instructions for installing
everything by hand:
|