diff --git a/services/comfy/Dockerfile b/services/comfy/Dockerfile index 9f3ded239..abc823678 100644 --- a/services/comfy/Dockerfile +++ b/services/comfy/Dockerfile @@ -48,10 +48,10 @@ USER $PUID:$PGID ENV ROOT=/stable-diffusion RUN --mount=type=cache,target="$USER_HOME"/.cache/pip \ - git clone -b v0.3.57 --depth=1 https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \ + git clone -b v0.5.1 --depth=1 https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \ pip install -r ${ROOT}/requirements.txt -RUN git clone -b 3.35 --depth=1 https://github.com/ltdrdata/ComfyUI-Manager ${ROOT}/comfyui-manager && \ +RUN git clone --depth=1 https://github.com/Comfy-Org/ComfyUI-Manager ${ROOT}/comfyui-manager && \ pip install -r ${ROOT}/comfyui-manager/requirements.txt RUN chown -R "$PUID:$PGID" "${ROOT}"