soiz1 commited on
Commit
ecfc3c3
·
verified ·
1 Parent(s): 75554fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -61,6 +61,8 @@ RUN echo "Downloading checkpoints..." && \
61
  # LCM
62
  wget -O ./models/loras/lcm-lora-sdv1-5.safetensors https://huggingface.co/latent-consistency/lcm-lora-sdv1-5/resolve/main/pytorch_lora_weights.safetensors && \
63
 
 
 
64
  #fubuki
65
  wget -O ./models/loras/fubuki-lora.safetensors https://huggingface.co/soiz1/shirakami-hubuki-diffusion/resolve/main/14329-shirakami-hubuki-diffusion.safetensors && \
66
 
 
61
  # LCM
62
  wget -O ./models/loras/lcm-lora-sdv1-5.safetensors https://huggingface.co/latent-consistency/lcm-lora-sdv1-5/resolve/main/pytorch_lora_weights.safetensors && \
63
 
64
+ 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 &&\
65
+
66
  #fubuki
67
  wget -O ./models/loras/fubuki-lora.safetensors https://huggingface.co/soiz1/shirakami-hubuki-diffusion/resolve/main/14329-shirakami-hubuki-diffusion.safetensors && \
68