diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-08-31 08:10:46 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-08-31 08:10:46 +0000 |
commit | a9c02996f19636aa0feda6297c3514e5a6872833 (patch) | |
tree | 4ef8778852579171c8a28acec7f230cdf3f33b6e | |
parent | e38ad2ee959e73d69f451efd52417fac928e0a86 (diff) | |
download | stable-diffusion-webui-gfx803-a9c02996f19636aa0feda6297c3514e5a6872833.tar.gz stable-diffusion-webui-gfx803-a9c02996f19636aa0feda6297c3514e5a6872833.tar.bz2 stable-diffusion-webui-gfx803-a9c02996f19636aa0feda6297c3514e5a6872833.zip |
readme fix
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ You optionally can use GPFGAN to improve faces, then you'll need to download the Instructions:
```commandline
-:: crate a directory somewhere for stable diffusion and open cmd in it; below the directorty is assumed to be b:\src\sd
-:: make sure you are in the right directory; the command must output b:\src\sd1
+:: crate a directory somewhere for stable diffusion and open cmd in it;
+:: make sure you are in the right directory; the command must output the directory you chose
echo %cd%
:: install torch with CUDA support. See https://pytorch.org/get-started/locally/ for more instructions if this fails.
|