Update README.md

Fixed a forward/backward slash error.
This commit is contained in:
Lincoln Stein 2022-08-23 09:35:28 -04:00 committed by GitHub
parent a6d6bafd13
commit cb9e6d544a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,7 +288,7 @@ Now run the following commands from **within the stable-diffusion
directory** to copy the weights file to the right place: directory** to copy the weights file to the right place:
``` ```
mkdir -p models/ldm/stable-diffusion-v1 mkdir -p models\ldm\stable-diffusion-v1
copy C:\path\to\sd-v1-4.ckpt models\ldm\stable-diffusion-v1\model.ckpt copy C:\path\to\sd-v1-4.ckpt models\ldm\stable-diffusion-v1\model.ckpt
``` ```
Please replace "C:\path\to\sd-v1.4.ckpt" with the correct path to wherever Please replace "C:\path\to\sd-v1.4.ckpt" with the correct path to wherever