Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -129,8 +129,8 @@ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/image_enco
|
|
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 |
|
131 |
RUN wget -c "https://civitai.com/api/download/models/329685?type=Model&format=SafeTensor&token=f7b174903db6ed12ea56cc106c7dffad" -O ./models/checkpoints/wildcardxXLTURBO_wildcardxXLTURBOV10.safetensors
|
132 |
-
RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/blob/main/sai_xl_depth_256lora.safetensors -O ./models/controlnet/
|
133 |
-
RUN wget -c https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0/blob/main/OpenPoseXL2.safetensors -O ./models/controlnet/
|
134 |
RUN wget -c https://huggingface.co/lllyasviel/ControlNet/blob/main/models/control_sd15_depth.pth -O ./models/controlnet/control_sd15_depth.pth
|
135 |
RUN wget -c https://huggingface.co/lllyasviel/ControlNet/blob/main/models/control_sd15_openpose.pth -O ./models/controlnet/control_sd15_openpose.pth
|
136 |
|
|
|
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 |
|
131 |
RUN wget -c "https://civitai.com/api/download/models/329685?type=Model&format=SafeTensor&token=f7b174903db6ed12ea56cc106c7dffad" -O ./models/checkpoints/wildcardxXLTURBO_wildcardxXLTURBOV10.safetensors
|
132 |
+
RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/blob/main/sai_xl_depth_256lora.safetensors -O ./models/controlnet/sai_xl_depth_256lora.safetensors
|
133 |
+
RUN wget -c https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0/blob/main/OpenPoseXL2.safetensors -O ./models/controlnet/OpenPoseXL2.safetensors
|
134 |
RUN wget -c https://huggingface.co/lllyasviel/ControlNet/blob/main/models/control_sd15_depth.pth -O ./models/controlnet/control_sd15_depth.pth
|
135 |
RUN wget -c https://huggingface.co/lllyasviel/ControlNet/blob/main/models/control_sd15_openpose.pth -O ./models/controlnet/control_sd15_openpose.pth
|
136 |
|