From cb9e6d544a5ae8f6fe527a86ff3cc3455e9683f3 Mon Sep 17 00:00:00 2001
From: Lincoln Stein <lincoln.stein@gmail.com>
Date: Tue, 23 Aug 2022 09:35:28 -0400
Subject: [PATCH] Update README.md

Fixed a forward/backward slash error.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2b8723e629..5fa99a764b 100644
--- a/README.md
+++ b/README.md
@@ -288,7 +288,7 @@ Now run the following commands from **within the stable-diffusion
 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
 ```
 Please replace "C:\path\to\sd-v1.4.ckpt" with the correct path to wherever