Remove comfyui-workflow-templates to fix subgraph blueprint errors

This commit is contained in:
2026-06-22 19:27:26 +00:00
parent 9b75e33612
commit 2eea5422dd
+2 -1
View File
@@ -11,7 +11,8 @@ WORKDIR /app
RUN git clone --depth 1 https://github.com/comfyanonymous/ComfyUI . \ RUN git clone --depth 1 https://github.com/comfyanonymous/ComfyUI . \
&& pip install --no-cache-dir torch torchvision torchaudio \ && pip install --no-cache-dir torch torchvision torchaudio \
--index-url https://download.pytorch.org/whl/cpu \ --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 \ RUN cd /app/custom_nodes \
&& git clone --depth 1 https://github.com/city96/ComfyUI-GGUF \ && git clone --depth 1 https://github.com/city96/ComfyUI-GGUF \