Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -143,6 +143,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
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/ltdrdata/ComfyUI-Impact-Pack && \
|
|
|
146 |
git clone https://github.com/Gourieff/comfyui-reactor-node && \
|
147 |
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
|
148 |
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
|
|
|
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/ltdrdata/ComfyUI-Impact-Pack && \
|
146 |
+
pip install basicsr && \
|
147 |
git clone https://github.com/Gourieff/comfyui-reactor-node && \
|
148 |
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
|
149 |
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
|