Browse Source

fix vae for hassanblend

master
Hendrik Langer 2 years ago
parent
commit
3007bd86a1
  1. 2
      runpod/serverless-automatic/Dockerfile

2
runpod/serverless-automatic/Dockerfile

@ -13,7 +13,7 @@ WORKDIR /workspace
RUN wget -O /workspace/stable-diffusion-webui/models/Stable-diffusion/model.safetensors https://civitai.com/api/download/models/4635
## Extra downloads (for Hassanblend)
RUN wget -O /workspace/stable-diffusion-webui/models/VAE/vae-ft-mse-840000-ema-pruned.safetensors https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors
RUN wget -O /workspace/stable-diffusion-webui/models/Stable-diffusion/model.vae.safetensors https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors
RUN mkdir /workspace/stable-diffusion-webui/models/Codeformer/ && \
wget -O /workspace/stable-diffusion-webui/models/Codeformer/codeformer-v0.1.0.pth https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/codeformer.pth && \

Loading…
Cancel
Save