Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- Dockerfile +17 -4
- requirements.txt +2 -0
Dockerfile
CHANGED
|
@@ -123,13 +123,18 @@ RUN echo "Download ComfyUI-Manager..." && \
|
|
| 123 |
cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
| 124 |
|
| 125 |
RUN echo "Downloading Custom Nodes..." && \
|
| 126 |
-
git clone https://github.com/Kosinkadink/ComfyUI-
|
| 127 |
-
|
|
|
|
| 128 |
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes
|
| 129 |
|
| 130 |
RUN echo "Downloading Custom Nodes..." && \
|
| 131 |
-
git clone https://github.com/ltdrdata/ComfyUI-Workflow-Component.git
|
| 132 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 133 |
git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git
|
| 134 |
|
| 135 |
RUN echo "Downloading Custom Nodes..." && \
|
|
@@ -152,19 +157,27 @@ RUN echo "Download Custom Nodes..."
|
|
| 152 |
|
| 153 |
# Controlnet Preprocessor nodes by Fannovel16
|
| 154 |
RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
|
|
|
| 155 |
RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
|
|
|
|
| 156 |
RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
| 157 |
|
| 158 |
RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes --depth 1
|
|
|
|
| 159 |
RUN cd custom_nodes && git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes --depth 1
|
|
|
|
| 160 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack --depth 1 && cd ComfyUI-Impact-Pack && python install.py
|
|
|
|
| 161 |
RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
|
| 162 |
|
| 163 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui/ && cd was-node-suite-comfyui && pip install -r requirements.txt
|
| 164 |
|
|
|
|
|
|
|
| 165 |
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
|
| 166 |
|
| 167 |
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/
|
|
|
|
| 168 |
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/
|
| 169 |
|
| 170 |
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
|
|
|
| 123 |
cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
| 124 |
|
| 125 |
RUN echo "Downloading Custom Nodes..." && \
|
| 126 |
+
git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git
|
| 127 |
+
|
| 128 |
+
RUN echo "Downloading Custom Nodes..." && \
|
| 129 |
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes
|
| 130 |
|
| 131 |
RUN echo "Downloading Custom Nodes..." && \
|
| 132 |
+
git clone https://github.com/ltdrdata/ComfyUI-Workflow-Component.git
|
| 133 |
+
|
| 134 |
+
RUN echo "Downloading Custom Nodes..." && \
|
| 135 |
+
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive
|
| 136 |
+
|
| 137 |
+
RUN echo "Downloading Custom Nodes..." && \
|
| 138 |
git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git
|
| 139 |
|
| 140 |
RUN echo "Downloading Custom Nodes..." && \
|
|
|
|
| 157 |
|
| 158 |
# Controlnet Preprocessor nodes by Fannovel16
|
| 159 |
RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
| 160 |
+
|
| 161 |
RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
|
| 162 |
+
|
| 163 |
RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
| 164 |
|
| 165 |
RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes --depth 1
|
| 166 |
+
|
| 167 |
RUN cd custom_nodes && git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes --depth 1
|
| 168 |
+
|
| 169 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack --depth 1 && cd ComfyUI-Impact-Pack && python install.py
|
| 170 |
+
|
| 171 |
RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
|
| 172 |
|
| 173 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui/ && cd was-node-suite-comfyui && pip install -r requirements.txt
|
| 174 |
|
| 175 |
+
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite
|
| 176 |
+
|
| 177 |
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
|
| 178 |
|
| 179 |
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/
|
| 180 |
+
|
| 181 |
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/
|
| 182 |
|
| 183 |
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
requirements.txt
CHANGED
|
@@ -7,3 +7,5 @@ gitpython
|
|
| 7 |
python-sample-package
|
| 8 |
samplics
|
| 9 |
simpleeval
|
|
|
|
|
|
|
|
|
| 7 |
python-sample-package
|
| 8 |
samplics
|
| 9 |
simpleeval
|
| 10 |
+
opencv-python
|
| 11 |
+
imageio-ffmpeg
|