randomtable commited on
Commit
c9cf9d2
·
1 Parent(s): 8755ac6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,4 +12,5 @@ USER toor
12
  RUN /stable-diffusion-webui/webui.sh
13
  EXPOSE 7860
14
  RUN wget https://civitai.com/api/download/models/100675 --content-disposition -O /stable-diffusion-webui/stable-diffusion-webui/models/Stable-diffusion/meinahentai_v4.safetensors
 
15
  ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
 
12
  RUN /stable-diffusion-webui/webui.sh
13
  EXPOSE 7860
14
  RUN wget https://civitai.com/api/download/models/100675 --content-disposition -O /stable-diffusion-webui/stable-diffusion-webui/models/Stable-diffusion/meinahentai_v4.safetensors
15
+ RUN wget https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.ckpt --content-disposition -O /stable-diffusion-webui/stable-diffusion-webui/models/VAE/vae-ft-mse-840000-ema-pruned.ckpt
16
  ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen