TechnoByte commited on
Commit
540f307
·
1 Parent(s): 16fb27a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -73,7 +73,7 @@ RUN echo "Downloading checkpoints..." && \
73
  wget -c https://huggingface.co/konohashinobi4/4xAnimesharp/resolve/main/4x-AnimeSharp.pth -P ./models/upscale_models/ && \
74
 
75
  # Install custom nodes
76
- RUN echo "Installing custom nodes..."
77
 
78
  # Controlnet Preprocessor nodes by Fannovel16
79
  # RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
 
73
  wget -c https://huggingface.co/konohashinobi4/4xAnimesharp/resolve/main/4x-AnimeSharp.pth -P ./models/upscale_models/ && \
74
 
75
  # Install custom nodes
76
+ echo "Installing custom nodes..."
77
 
78
  # Controlnet Preprocessor nodes by Fannovel16
79
  # RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts