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

Updating auto1111

Open simonmcnair opened this issue 1 year ago • 1 comments

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 avatar Apr 15 '24 12:04 simonmcnair

thx

harpy2 avatar Apr 16 '24 14:04 harpy2