kadirnar commited on
Commit
1595f8c
·
verified ·
1 Parent(s): 45d60af

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -79,9 +79,9 @@ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter
79
 
80
  RUN echo "Downloading ClipVision..."
81
 
82
- RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors
83
- RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sd15_model.safetensors
84
- RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sdxl_model.safetensors
85
 
86
  RUN echo "Downloading Upscaler..."
87
 
 
79
 
80
  RUN echo "Downloading ClipVision..."
81
 
82
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors -P ./models/clip_vision/
83
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sd15_model.safetensors -P ./models/clip_vision/
84
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sdxl_model.safetensors -P ./models/clip_vision/
85
 
86
  RUN echo "Downloading Upscaler..."
87