Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -49,6 +49,7 @@ WORKDIR $HOME/app
|
|
49 |
# Clone the ComfyUI repo (fork with restart button)
|
50 |
RUN git clone https://github.com/comfyanonymous/ComfyUI.git . && \
|
51 |
pip install --no-cache-dir -r requirements.txt
|
|
|
52 |
|
53 |
# Checkpoints
|
54 |
RUN echo "Downloading checkpoints..." && \
|
@@ -152,7 +153,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
152 |
echo "Installing custom nodes..."
|
153 |
|
154 |
# Controlnet Preprocessor nodes by Fannovel16
|
155 |
-
|
156 |
# RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
|
157 |
#RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
158 |
|
|
|
49 |
# Clone the ComfyUI repo (fork with restart button)
|
50 |
RUN git clone https://github.com/comfyanonymous/ComfyUI.git . && \
|
51 |
pip install --no-cache-dir -r requirements.txt
|
52 |
+
|
53 |
|
54 |
# Checkpoints
|
55 |
RUN echo "Downloading checkpoints..." && \
|
|
|
153 |
echo "Installing custom nodes..."
|
154 |
|
155 |
# Controlnet Preprocessor nodes by Fannovel16
|
156 |
+
RUN git clone https://github.com/Wan-Video/Wan2.1.git && cd cd Wan2.1 && pip install -r requirements.txt
|
157 |
# RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
|
158 |
#RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
159 |
|