Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -68,7 +68,7 @@ RUN echo "Installing custom nodes..."
|
|
68 |
# git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
|
69 |
# git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler && \
|
70 |
# git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder && \
|
71 |
-
|
72 |
git clone https://github.com/mav-rik/facerestore_cf && \
|
73 |
git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus && \
|
74 |
# git clone https://github.com/SLAPaper/ComfyUI-Image-Selector && \
|
@@ -78,7 +78,7 @@ RUN echo "Installing custom nodes..."
|
|
78 |
git clone https://github.com/Fannovel16/comfyui_controlnet_aux && \
|
79 |
|
80 |
# Install custom nodes
|
81 |
-
echo "Installing custom nodes..."
|
82 |
|
83 |
# Controlnet Preprocessor nodes by Fannovel16
|
84 |
# RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
|
|
68 |
# git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
|
69 |
# git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler && \
|
70 |
# git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder && \
|
71 |
+
pip install lpips && \
|
72 |
git clone https://github.com/mav-rik/facerestore_cf && \
|
73 |
git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus && \
|
74 |
# git clone https://github.com/SLAPaper/ComfyUI-Image-Selector && \
|
|
|
78 |
git clone https://github.com/Fannovel16/comfyui_controlnet_aux && \
|
79 |
|
80 |
# Install custom nodes
|
81 |
+
#echo "Installing custom nodes..."
|
82 |
|
83 |
# Controlnet Preprocessor nodes by Fannovel16
|
84 |
# RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|