stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: I can't update the webui
Is there an existing issue for this?
- [x] I have searched the existing issues and checked the recent builds/commits
What happened?
I've tried using git pull in the cmd of the webui folder. I get this error:
'There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=<remote>/<branch> master'
Steps to reproduce the problem
- Go to .... address link in webui folder and write cmd
- a terminal window opens up and you write git pull
- an error occurs
What should have happened?
it should start updating with the next version of the UI, it has worked before.
Commit where the problem happens
35c45df28b303a05d56a13cb56d4046f08cf8c25
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--autolaunch --xformers
call webui.bat
Additional information, context and logs
C:\Users\****\stable-diffusion-webui>git pull
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=<remote>/<branch> master
C:\Users\****\stable-diffusion-webui>
Personally, I use Git GUI and update with Menu → Branch → Checkout… → Tracking Branch → "origin/master" → Checkout
Did you downloaded it via a zip file or did git clone?
Git clone of course, in console. (If that for me)