Browse Source

test LORAs

master
Hendrik Langer 2 years ago
parent
commit
76ed45f9d4
  1. 3
      runpod/serverless-automatic/Dockerfile

3
runpod/serverless-automatic/Dockerfile

@ -17,6 +17,9 @@ WORKDIR /workspace
RUN wget -O /workspace/stable-diffusion-webui/models/Stable-diffusion/model.safetensors https://civitai.com/api/download/models/11745
## Extra downloads (for Hassanblend)
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
## Optional LORAs
RUN mkdir /workspace/stable-diffusion-webui/models/Lora && \
wget -P /workspace/stable-diffusion-webui/models/Lora/ https://huggingface.co/Kanbara/doll-likeness-series/resolve/main/japaneseDollLikeness_v15.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