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