diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-02 10:54:52 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-02 10:54:52 +0000 |
commit | 7b9c301f8998a063cd20d1cdcd25f787d7bc7762 (patch) | |
tree | 5f0c5e242f0883884dce51723064761dc0a68a84 | |
parent | 38a483f976cd95d3a141689b7a9c84848ebb896c (diff) | |
download | stable-diffusion-webui-gfx803-7b9c301f8998a063cd20d1cdcd25f787d7bc7762.tar.gz stable-diffusion-webui-gfx803-7b9c301f8998a063cd20d1cdcd25f787d7bc7762.tar.bz2 stable-diffusion-webui-gfx803-7b9c301f8998a063cd20d1cdcd25f787d7bc7762.zip |
fixambigious line in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ You optionally can use GPFGAN to improve faces, then you'll need to download the #### 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)
+- if you get out of memory errors and your videocard has low amount of VRAM (4GB), edit `webui.bat`, change line 5 to from `set COMMANDLINE_ARGS=` to `set COMMANDLINE_ARGS=--medvram` (see below for other possible options)
### Manual instructions
|