From d6d46fc92d70a1bfd5426107f6079c556eb95cb5 Mon Sep 17 00:00:00 2001 From: simonmcnair <101189766+simonmcnair@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:19:19 +0100 Subject: [PATCH] Update Dockerfile change comfy to 3.10 --- services/comfy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/comfy/Dockerfile b/services/comfy/Dockerfile index 5a6203f..eb1a9e9 100644 --- a/services/comfy/Dockerfile +++ b/services/comfy/Dockerfile @@ -45,7 +45,7 @@ USER $PUID:$PGID ENV ROOT=/stable-diffusion RUN --mount=type=cache,target="$USER_HOME"/.cache/pip \ - git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \ + git clone -b v0.3.10 --depth=1 https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \ cd ${ROOT} && \ git checkout master && \ git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \