ai:stable-diffusion
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ai:stable-diffusion [2024/05/18 14:29] – [Gallery Addon] Wulf Rajek | ai:stable-diffusion [2024/07/11 13:00] (current) – Wulf Rajek | ||
---|---|---|---|
Line 184: | Line 184: | ||
{{: | {{: | ||
+ | ====== Update docker ====== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | 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:// | ||
+ | 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 | ||
ai/stable-diffusion.txt · Last modified: 2024/07/11 13:00 by Wulf Rajek