Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -141,12 +141,13 @@ RUN echo "Downloading checkpoints..." && \
|
|
141 |
|
142 |
|
143 |
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
|
144 |
-
|
145 |
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
|
146 |
# git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
|
147 |
# git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git && \
|
148 |
# git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git && \
|
149 |
# git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git && \
|
|
|
150 |
|
151 |
# Install custom nodes
|
152 |
echo "Installing custom nodes..."
|
|
|
141 |
|
142 |
|
143 |
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
|
144 |
+
git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && \
|
145 |
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
|
146 |
# git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
|
147 |
# git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git && \
|
148 |
# git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git && \
|
149 |
# git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git && \
|
150 |
+
git clone https://github.com/Fannovel16/comfyui_controlnet_aux && \
|
151 |
|
152 |
# Install custom nodes
|
153 |
echo "Installing custom nodes..."
|