wrdias commited on
Commit
0ae90f0
·
1 Parent(s): cc928cc

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. 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 && \