We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
thx
Sorry, something went wrong.
887e49c
Add missing assets to auto1111 (AbdBarho#684)
0dd9808
Closes AbdBarho#683 Co-authored-by: AbdBarho <[email protected]>
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: