stable-diffusion.cpp
stable-diffusion.cpp copied to clipboard
Update without re install the whole app
Hey u just dropped a new update but do I have to re install the app or is there a way I can update with out deleting it?
I figured it out
git pull https://github.com/leejet/stable-diffusion.cpp
From the README:
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 init
git submodule update
OK thx