Skip to content

Commit 35a18b3

Browse files
authored
Update Comfy (#693)
Comfy-Org/ComfyUI@276f8fc Closes #676 Closes #674 Refs #686
1 parent 887e49c commit 35a18b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ services:
5858
<<: *base_service
5959
profiles: ["comfy"]
6060
build: ./services/comfy/
61-
image: sd-comfy:6
61+
image: sd-comfy:7
6262
environment:
6363
- CLI_ARGS=
6464

services/comfy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-runtime
1+
FROM pytorch/pytorch:2.3.0-cuda12.1-cudnn8-runtime
22

33
ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1
44

@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
99
git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
1010
cd ${ROOT} && \
1111
git checkout master && \
12-
git reset --hard d1f3637a5a944d0607b899babd8ff11d87100503 && \
12+
git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \
1313
pip install -r requirements.txt
1414

1515
WORKDIR ${ROOT}

0 commit comments

Comments
 (0)