From 2eea5422dd257b3b076a1635be74bba9c2bd74af Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 22 Jun 2026 19:27:26 +0000 Subject: [PATCH] Remove comfyui-workflow-templates to fix subgraph blueprint errors --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2a9f5e..80e47b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ WORKDIR /app RUN git clone --depth 1 https://github.com/comfyanonymous/ComfyUI . \ && pip install --no-cache-dir torch torchvision torchaudio \ --index-url https://download.pytorch.org/whl/cpu \ - && pip install --no-cache-dir -r requirements.txt + && pip install --no-cache-dir -r requirements.txt \ + && pip uninstall -y comfyui-workflow-templates RUN cd /app/custom_nodes \ && git clone --depth 1 https://github.com/city96/ComfyUI-GGUF \