Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -218,8 +218,8 @@ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/shatterAnimate
|
|
| 218 |
|
| 219 |
RUN echo "Downloading SUPIR..."
|
| 220 |
|
| 221 |
-
RUN wget -c https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0Q.ckpt -P ./models/checkpoints/
|
| 222 |
-
RUN wget -c https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0F.ckpt -P ./models/checkpoints/
|
| 223 |
|
| 224 |
RUN echo "Downloading BiRefNet..."
|
| 225 |
RUN cd models && git clone https://huggingface.co/ViperYX/BiRefNet
|
|
|
|
| 218 |
|
| 219 |
RUN echo "Downloading SUPIR..."
|
| 220 |
|
| 221 |
+
#RUN wget -c https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0Q.ckpt -P ./models/checkpoints/
|
| 222 |
+
#RUN wget -c https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0F.ckpt -P ./models/checkpoints/
|
| 223 |
|
| 224 |
RUN echo "Downloading BiRefNet..."
|
| 225 |
RUN cd models && git clone https://huggingface.co/ViperYX/BiRefNet
|