docs: update README.md

This commit is contained in:
leejet 2023-08-16 22:26:15 +08:00
parent 7aeb2fab63
commit cbee3c9a4f

View File

@ -43,6 +43,14 @@ git clone --recursive https://github.com/leejet/stable-diffusion.cpp
cd stable-diffusion.cpp
```
- If you have already cloned the repository, you can use the following command to update the repository to the latest code.
```
cd stable-diffusion.cpp
git pull origin master
git submodule update
```
### Convert weights
- download original weights(.ckpt or .safetensors). For example