How to Update A1111 #16105
-
May be a silly question, but when a new version is release is it just a case of git pull the repo, or do I need to do any installation? will the webui.sh script auto-update my installation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
yes, when the new release comes you just pull
depends on your definition, the launch script is also the installation script, so normally it should "auto" install for you
we don't do auto update if you find your instance auto updating that it means something else is updating it for you you can switch between versions just by switching to different commits / branches / tags |
Beta Was this translation helpful? Give feedback.
yes, when the new release comes you just pull
depends on your definition, the launch script is also the installation script, so normally it should "auto" install for you
with a few exceptions such as
torch
xformers
, if a different version is already installed we don't automatically install upgread it, you'll be prompted that you should pass the argument--reinstall-torch
--reinstall-xformers
we don't do auto update
you need to pull manually or use a script that pulls for you
the argument
--update-check
only checks but that's not…