Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating auto1111 #683

Closed
simonmcnair opened this issue Apr 15, 2024 · 1 comment · Fixed by #684
Closed

Updating auto1111 #683

simonmcnair opened this issue Apr 15, 2024 · 1 comment · Fixed by #684
Labels
bug Something isn't working

Comments

@simonmcnair
Copy link
Contributor

If you want a more up to date version of A1111 here are the steps:

docker exec -it webui-docker-auto-1 /bin/bash
git pull
pip install -r requirements.txt
#if needed
cd repositories
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git
exit

docker stop webui-docker-auto-1
docker start webui-docker-auto-1

If it fails for any reason just rebuild the container using the standard process of docker compose --profile auto up --build

It might be an idea to add an update a1111 script so that auto1111 can be updated independent of the releases

@simonmcnair simonmcnair added the bug Something isn't working label Apr 15, 2024
@harpy2
Copy link

harpy2 commented Apr 16, 2024

thx

KagurazakaNyaa added a commit to KagurazakaNyaa/stable-diffusion-webui-docker that referenced this issue Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants