Skip to content

Commit

Permalink
Update Comfy (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho authored Aug 30, 2023
1 parent 70357bf commit 59b9762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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/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 59b9762

Please sign in to comment.