Spaces:
Paused
Paused
Upload Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -96,7 +96,8 @@ RUN echo "Downloading checkpoints..." && \
|
|
| 96 |
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
|
| 97 |
git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git && \
|
| 98 |
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
|
| 99 |
-
git clone https://github.com/ltdrdata/ComfyUI-Workflow-Component.git &&\
|
|
|
|
| 100 |
|
| 101 |
# Install custom nodes
|
| 102 |
echo "Installing custom nodes..."
|
|
|
|
| 96 |
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
|
| 97 |
git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git && \
|
| 98 |
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
|
| 99 |
+
git clone https://github.com/ltdrdata/ComfyUI-Workflow-Component.git &&\
|
| 100 |
+
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive &&\
|
| 101 |
|
| 102 |
# Install custom nodes
|
| 103 |
echo "Installing custom nodes..."
|