mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update README.md
Fixed a forward/backward slash error.
This commit is contained in:
parent
a6d6bafd13
commit
cb9e6d544a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user