stable-diffusion.cpp icon indicating copy to clipboard operation
stable-diffusion.cpp copied to clipboard

Update without re install the whole app

Open KintCark opened this issue 1 year ago • 3 comments

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?

KintCark avatar Dec 29 '24 04:12 KintCark

I figured it out

git pull https://github.com/leejet/stable-diffusion.cpp

KintCark avatar Dec 31 '24 00:12 KintCark

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

fszontagh avatar Dec 31 '24 13:12 fszontagh

OK thx

KintCark avatar Dec 31 '24 17:12 KintCark