Replies: 7 comments 2 replies
-
Type
You only need to do this once, Update with To switch back, use |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
TLDR: How do I update automatic1111webgui if update.bat is not doing it? |
Beta Was this translation helpful? Give feedback.
-
Actually wait, maybe since I switched my git to dev from master.... --update check is simply informing me that I am not up to date with master, because I'm set to the dev branch? But the branches are identical today? But --update-check is just aware that dev branch isn't the same thing as master branch? I'm lost here :( |
Beta Was this translation helpful? Give feedback.
-
Updating ( |
Beta Was this translation helpful? Give feedback.
-
The current version is also displayed at the bottom of the page and in the console window. |
Beta Was this translation helpful? Give feedback.
-
Okay. Thanks guys. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
``I assume altering the lines in update.bat would allow me to run the https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.0.0-pre prebuilt version as dev branch instead of master branch? yes?
I have no clue how though. If any of you know, please let me know.
This is the full text of update.bat
`@echo off
call environment.bat
git -C "%~dp0webui" pull 2>NUL
if %ERRORLEVEL% == 0 goto :done
git -C "%~dp0webui" reset --hard
git -C "%~dp0webui" pull
:done
pause
`
Beta Was this translation helpful? Give feedback.
All reactions