Skip to content

Commit cbee3c9

Browse files
committed
docs: update README.md
1 parent 7aeb2fa commit cbee3c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ git clone --recursive https://github.com/leejet/stable-diffusion.cpp
4343
cd stable-diffusion.cpp
4444
```
4545

46+
- If you have already cloned the repository, you can use the following command to update the repository to the latest code.
47+
48+
```
49+
cd stable-diffusion.cpp
50+
git pull origin master
51+
git submodule update
52+
```
53+
4654
### Convert weights
4755

4856
- download original weights(.ckpt or .safetensors). For example

0 commit comments

Comments
 (0)