We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aeb2fa commit cbee3c9Copy full SHA for cbee3c9
README.md
@@ -43,6 +43,14 @@ git clone --recursive https://github.com/leejet/stable-diffusion.cpp
43
cd stable-diffusion.cpp
44
```
45
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
54
### Convert weights
55
56
- download original weights(.ckpt or .safetensors). For example
0 commit comments