aloatist commited on
Commit
3529eea
·
verified ·
1 Parent(s): 10c1d50

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
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