how to update forge? #329
-
how to update forge, I installed it last week, but I see you already have a newer version |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
where is your repository is do following CMD > Git clone in same folder. Or if run update.bat if you downloaded on click installer. |
Beta Was this translation helpful? Give feedback.
-
Open CMD inside the Forge folder then type It's an universal command to update any git repo (what most Stable Diffusion UIs are hosted on, including Forge). If you see Add it after Add |
Beta Was this translation helpful? Give feedback.
-
git pull... returns to me : fatal: not a git repository (or any of the parent directories): .git how to solve it ? I cannot update forge |
Beta Was this translation helpful? Give feedback.
I figured it out
step 1. open the directory /stable-diffusion-webui-forge
step 2. copy the file webui-user.bat , somewhere in another directory
step 3. Open CMD inside the Forge folder(/stable-diffusion-webui-forge) then type
git stash
git pull
git stash pop
step 4. copy back the file webui-user.bat to folder(/stable-diffusion-webui-forge)