From 45916f43602857f648861518c61fba1a55f45973 Mon Sep 17 00:00:00 2001 From: PassiveLemon Date: Mon, 17 Apr 2023 15:55:09 -0400 Subject: [PATCH] ComfyUI version update --- services/comfy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/comfy/Dockerfile b/services/comfy/Dockerfile index 82aa999..08b688c 100644 --- a/services/comfy/Dockerfile +++ b/services/comfy/Dockerfile @@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \ git clone https://github.com/comfyanonymous/ComfyUI.git stable-diffusion && \ cd stable-diffusion && \ git checkout ${BRANCH} && \ - git reset --hard ee46bef03a98903831c01d31094a0c30ea411b28 && \ + git reset --hard 884ea653c8d6fe19b3724f45a04a0d74cd881f2f && \ pip install -r requirements.txt ARG SHA=