mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-31 04:42:09 -08:00
Updating sd model tensor location
This commit is contained in:
parent
1dd072c678
commit
385fb6b068
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ COPY . .
|
|||
RUN mkdir -p models && \
|
||||
cd models && \
|
||||
mkdir -p Stable-diffusion && \
|
||||
wget -q https://huggingface.co/stabilityai/stable-diffusion-2/resolve/main/768-v-ema.safetensors
|
||||
wget -q https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors
|
||||
|
||||
# Set up extensions folder and clone repositories
|
||||
RUN mkdir -p extensions && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue