wrdias commited on
Commit
97b2728
1 Parent(s): e4a6b9c

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -114,14 +114,11 @@ RUN echo "Downloading checkpoints..." && \
114
  git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
115
  git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git && \
116
  git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
117
- # git clone https://github.com/ltdrdata/ComfyUI-Workflow-Component.git && \
118
  git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
119
  git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git && \
120
  git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git && \
121
  git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git && \
122
 
123
- # git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git && \
124
-
125
  # Install custom nodes
126
  echo "Installing custom nodes..."
127
 
@@ -135,8 +132,6 @@ RUN echo "Downloading checkpoints..." && \
135
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack --depth 1 && cd ComfyUI-Impact-Pack && python install.py
136
  RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
137
 
138
- RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui.git && cd efficiency-nodes-comfyui && pip install -r requirements.txt
139
-
140
  RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
141
 
142
  RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/
 
114
  git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
115
  git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git && \
116
  git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
 
117
  git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
118
  git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git && \
119
  git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git && \
120
  git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git && \
121
 
 
 
122
  # Install custom nodes
123
  echo "Installing custom nodes..."
124
 
 
132
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack --depth 1 && cd ComfyUI-Impact-Pack && python install.py
133
  RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
134
 
 
 
135
  RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
136
 
137
  RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/