Skip to content

Commit

Permalink
Update versions (AbdBarho#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho committed Jan 9, 2023
1 parent db831ec commit b5cdf29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:30
image: sd-auto:31
environment:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api

Expand All @@ -52,7 +52,7 @@ services:
<<: *base_service
profiles: ["sygil"]
build: ./services/sygil/
image: sd-sygil:15
image: sd-sygil:16
environment:
- CLI_ARGS=--optimized-turbo
- USE_STREAMLIT=0
Expand Down
2 changes: 1 addition & 1 deletion services/AUTOMATIC1111/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
# Note: don't update the sha of previous versions because the install will take forever
# instead, update the repo state in a later step

ARG SHA=151233399c4b79934bdbb7c12a97eeb6499572fb
ARG SHA=2b94ec78869db7d2beaad23bdff47340416edf85
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
cd stable-diffusion-webui
git fetch
Expand Down
2 changes: 1 addition & 1 deletion services/sygil/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install -r requirements.txt
EOF


ARG BRANCH=dev SHA=e48482823bb73697a6f1e39b3a7e47fe2ba1d697
ARG BRANCH=master SHA=571fb897edd58b714bb385dfaa1ad59aecef8bc7
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
cd stable-diffusion
git fetch
Expand Down

0 comments on commit b5cdf29

Please sign in to comment.