stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Bug]: I can't update the webui

Open Njasa2k opened this issue 2 years ago • 1 comments

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

  1. Go to .... address link in webui folder and write cmd
  2. a terminal window opens up and you write git pull
  3. 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>

Njasa2k avatar Oct 29 '22 16:10 Njasa2k

Personally, I use Git GUI and update with Menu → Branch → Checkout… → Tracking Branch → "origin/master" → Checkout

aleksusklim avatar Oct 29 '22 17:10 aleksusklim

Did you downloaded it via a zip file or did git clone?

chavinlo avatar Oct 29 '22 20:10 chavinlo

Git clone of course, in console. (If that for me)

aleksusklim avatar Oct 30 '22 06:10 aleksusklim