Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -62,6 +62,7 @@ RUN echo "Installing custom nodes..."
|
|
62 |
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
|
63 |
git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && \
|
64 |
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && \
|
|
|
65 |
git clone https://github.com/Gourieff/comfyui-reactor-node && \
|
66 |
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
|
67 |
# git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
|
|
|
62 |
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
|
63 |
git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && \
|
64 |
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && \
|
65 |
+
pip install basicsr && \
|
66 |
git clone https://github.com/Gourieff/comfyui-reactor-node && \
|
67 |
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
|
68 |
# git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
|