camenduru commited on
Commit
63a87e7
1 Parent(s): c2e6461

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -29,7 +29,8 @@ RUN pip install torch==2.5.0+cu124 torchvision==0.20.0+cu124 torchaudio==2.5.0+c
29
  pip install opencv-python imageio imageio-ffmpeg ffmpeg-python av runpod && \
30
  pip install torchsde einops diffusers transformers accelerate && \
31
  git clone https://github.com/comfyanonymous/ComfyUI /content/ComfyUI && \
32
- git clone https://github.com/kijai/ComfyUI-MochiWrapper /content/ComfyUI/custom_nodes/ComfyUI-MochiWrapper && \
 
33
  git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite /content/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite && \
34
  git clone https://github.com/kijai/ComfyUI-KJNodes /content/ComfyUI/custom_nodes/ComfyUI-KJNodes && \
35
  git clone https://github.com/ltdrdata/ComfyUI-Manager /content/ComfyUI/custom_nodes/ComfyUI-Manager && \
 
29
  pip install opencv-python imageio imageio-ffmpeg ffmpeg-python av runpod && \
30
  pip install torchsde einops diffusers transformers accelerate && \
31
  git clone https://github.com/comfyanonymous/ComfyUI /content/ComfyUI && \
32
+ # git clone https://github.com/kijai/ComfyUI-MochiWrapper /content/ComfyUI/custom_nodes/ComfyUI-MochiWrapper && \
33
+ git clone -b dev https://github.com/camenduru/ComfyUI-MochiWrapper /content/ComfyUI/custom_nodes/ComfyUI-MochiWrapper && \
34
  git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite /content/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite && \
35
  git clone https://github.com/kijai/ComfyUI-KJNodes /content/ComfyUI/custom_nodes/ComfyUI-KJNodes && \
36
  git clone https://github.com/ltdrdata/ComfyUI-Manager /content/ComfyUI/custom_nodes/ComfyUI-Manager && \