kadirnar commited on
Commit
7881b74
1 Parent(s): f4a0be8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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