User Tools

Site Tools


ai:stable-diffusion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ai:stable-diffusion [2024/05/18 14:29] – [Gallery Addon] Wulf Rajekai:stable-diffusion [2024/07/11 13:00] (current) Wulf Rajek
Line 184: Line 184:
 {{:ai:pasted:20240427-095226.png}} {{:ai:pasted:20240427-095226.png}}
  
 +====== Update docker ======
 +
 +https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/683
 +
 +If you want a more up to date version of A1111 here are the steps:
 +<code>
 +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
 +</code>
 +If it fails for any reason just rebuild the container using the standard process of docker compose --profile auto up --build
  
ai/stable-diffusion.1716038985.txt.gz · Last modified: 2024/05/18 14:29 by Wulf Rajek