Spaces:
Running
Running
Commit
·
540f307
1
Parent(s):
16fb27a
Update Dockerfile
Browse files- 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 |
-
|
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
|