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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -148,12 +148,13 @@ RUN echo "Downloading checkpoints..." && \
148
  # git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git && \
149
  # git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git && \
150
  # git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git && \
 
151
 
152
  # Install custom nodes
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
 
 
148
  # git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git && \
149
  # git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git && \
150
  # git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git && \
151
+
152
 
153
  # Install custom nodes
154
  echo "Installing custom nodes..."
155
 
156
  # Controlnet Preprocessor nodes by Fannovel16
157
+ # RUN git clone https://github.com/Wan-Video/Wan2.1.git && cd cd Wan2.1 && pip install -r requirements.txt
158
  # RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
159
  #RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
160