saicharan1234 commited on
Commit
9d7282b
·
verified ·
1 Parent(s): 3d990a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -5
Dockerfile CHANGED
@@ -120,11 +120,11 @@ RUN echo "Downloading checkpoints..."
120
  # RUN wget -c https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank128/control-lora-depth-rank128.safetensors -P ./models/controlnet/
121
  # RUN wget -c https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank128/control-lora-recolor-rank128.safetensors -P ./models/controlnet
122
  # RUN wget -c https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank128/control-lora-sketch-rank128-metadata.safetensors -P ./models/controlnet/
123
- RUN wget -c "https://civitai.com/api/download/models/329685?type=Model&format=SafeTensor&token=f7b174903db6ed12ea56cc106c7dffad" -P ./models/checkpoints
124
- RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/blob/main/sai_xl_depth_256lora.safetensors -P ./models/controlnet/sdxl
125
- RUN wget -c https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0/blob/main/OpenPoseXL2.safetensors -P ./models/controlnet/sdxl
126
- RUN wget -c https://huggingface.co/lllyasviel/ControlNet/blob/main/models/control_sd15_depth.pth -P ./models/controlnet
127
- RUN wget -c https://huggingface.co/lllyasviel/ControlNet/blob/main/models/control_sd15_openpose.pth -P ./models/controlnet
128
  RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/image_encoder/model.safetensors -O ./models/clip_vision/CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors
129
  RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/image_encoder/model.safetensors -O ./models/clip_vision/CLIP-ViT-bigG-14-laion2B-39B-b160k.safetensors
130
 
 
120
  # RUN wget -c https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank128/control-lora-depth-rank128.safetensors -P ./models/controlnet/
121
  # RUN wget -c https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank128/control-lora-recolor-rank128.safetensors -P ./models/controlnet
122
  # RUN wget -c https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank128/control-lora-sketch-rank128-metadata.safetensors -P ./models/controlnet/
123
+ # RUN wget -c "https://civitai.com/api/download/models/329685?type=Model&format=SafeTensor&token=f7b174903db6ed12ea56cc106c7dffad" -P ./models/checkpoints
124
+ # RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/blob/main/sai_xl_depth_256lora.safetensors -P ./models/controlnet/sdxl
125
+ # RUN wget -c https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0/blob/main/OpenPoseXL2.safetensors -P ./models/controlnet/sdxl
126
+ # RUN wget -c https://huggingface.co/lllyasviel/ControlNet/blob/main/models/control_sd15_depth.pth -P ./models/controlnet
127
+ # RUN wget -c https://huggingface.co/lllyasviel/ControlNet/blob/main/models/control_sd15_openpose.pth -P ./models/controlnet
128
  RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/image_encoder/model.safetensors -O ./models/clip_vision/CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors
129
  RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/image_encoder/model.safetensors -O ./models/clip_vision/CLIP-ViT-bigG-14-laion2B-39B-b160k.safetensors
130