Updating sd model tensor location

This commit is contained in:
Darrel Pol 2026-01-18 10:51:05 -06:00 committed by GitHub
parent 1dd072c678
commit 385fb6b068
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 && \