Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -146,6 +146,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
146 |
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
|
147 |
git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git && \
|
148 |
git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git && \
|
|
|
149 |
git clone https://github.com/mav-rik/facerestore_cf.git && \
|
150 |
git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus.git && \
|
151 |
git clone https://github.com/SLAPaper/ComfyUI-Image-Selector.git && \
|
|
|
146 |
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
|
147 |
git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git && \
|
148 |
git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git && \
|
149 |
+
pip install lpips && \
|
150 |
git clone https://github.com/mav-rik/facerestore_cf.git && \
|
151 |
git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus.git && \
|
152 |
git clone https://github.com/SLAPaper/ComfyUI-Image-Selector.git && \
|