Remove comfyui-workflow-templates to fix subgraph blueprint errors
This commit is contained in:
+2
-1
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user