Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -71,7 +71,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
71 |
# LCM
|
72 |
wget -O ./models/loras/lcm-lora-sdv1-5.safetensors https://huggingface.co/latent-consistency/lcm-lora-sdv1-5/resolve/main/pytorch_lora_weights.safetensors && \
|
73 |
|
74 |
-
wget -O ./models/checkpoints/v1-5-pruned-emaonly.ckpt https://huggingface.co/
|
75 |
|
76 |
#fubuki
|
77 |
wget -O ./models/loras/fubuki-lora.safetensors https://huggingface.co/soiz1/shirakami-hubuki-diffusion/resolve/main/14329-shirakami-hubuki-diffusion.safetensors && \
|
|
|
71 |
# LCM
|
72 |
wget -O ./models/loras/lcm-lora-sdv1-5.safetensors https://huggingface.co/latent-consistency/lcm-lora-sdv1-5/resolve/main/pytorch_lora_weights.safetensors && \
|
73 |
|
74 |
+
wget -O ./models/checkpoints/v1-5-pruned-emaonly.ckpt https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt
|
75 |
|
76 |
#fubuki
|
77 |
wget -O ./models/loras/fubuki-lora.safetensors https://huggingface.co/soiz1/shirakami-hubuki-diffusion/resolve/main/14329-shirakami-hubuki-diffusion.safetensors && \
|