Skip to content

Commit

Permalink
Merge branch 'Abd_master'
Browse files Browse the repository at this point in the history
* Abd_master:
  Update Comfy (AbdBarho#580)
  Auto 1.5.2 (AbdBarho#579)
  • Loading branch information
sf666 committed Aug 31, 2023
2 parents c57db34 + 59b9762 commit 1e4fb99
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 @@ -31,7 +31,7 @@ services:
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:63
image: sd-auto:64
environment:
- CLI_ARGS=--allow-code --xformers --enable-insecure-extension-access --api --gradio-img2img-tool color-sketch

Expand Down Expand Up @@ -70,7 +70,7 @@ services:
<<: *base_service
profiles: ["comfy"]
build: ./services/comfy/
image: sd-comfy:4
image: sd-comfy:5
environment:
- CLI_ARGS=

Expand Down
2 changes: 1 addition & 1 deletion services/AUTOMATIC1111/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
RUN apt-get -y install libgoogle-perftools-dev && apt-get clean
ENV LD_PRELOAD=libtcmalloc.so

ARG SHA=68f336bd994bed5442ad95bad6b6ad5564a5409a
ARG SHA=c9c8485bc1e8720aba70f029d25cba1c4abf2b5c
RUN --mount=type=cache,target=/root/.cache/pip \
cd stable-diffusion-webui && \
git fetch && \
Expand Down
2 changes: 1 addition & 1 deletion services/comfy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \

WORKDIR ${ROOT}

ARG BRANCH=master SHA=8607c2d42d10b0108de02528e813cc703e58813f
ARG BRANCH=master SHA=7e941f9f247f9b013a33c2e7d117466108414e99
RUN --mount=type=cache,target=/root/.cache/pip \
git fetch && \
git checkout ${BRANCH} && \
Expand Down

0 comments on commit 1e4fb99

Please sign in to comment.