aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-02 07:04:51 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-09-02 07:04:51 +0000
commit8b88fa27c5738b76e7d2c1b0dcbd3bb9991d0c54 (patch)
treeb352eecef2e89024819280f0450dd20b489faedb
parent67216187a8a6d99da77b9e3cc7b4fff15f75d2c3 (diff)
downloadstable-diffusion-webui-gfx803-8b88fa27c5738b76e7d2c1b0dcbd3bb9991d0c54.tar.gz
stable-diffusion-webui-gfx803-8b88fa27c5738b76e7d2c1b0dcbd3bb9991d0c54.tar.bz2
stable-diffusion-webui-gfx803-8b88fa27c5738b76e7d2c1b0dcbd3bb9991d0c54.zip
COMMANDLINE_ARGS clarification added
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 33eb2540..3f8c00b4 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,8 @@ You optionally can use GPFGAN to improve faces, then you'll need to download the
### 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`.
+- _*(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.
### Manual instructions