Skip to content

Commit def7629

Browse files
mashb1tAbdBarho
andauthored
Update Automatic1111 to 1.5.1 to add compatibility for SDXL (#560)
Uses the latest release of https://github.com/Stability-AI/generative-models 45c443b316737a4ab6e40413d7794a7f5657c19f Tested with the official SDXL 1.0 model from https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0.safetensors and official refiner from https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/blob/main/sd_xl_refiner_1.0.safetensors. VAE: https://huggingface.co/stabilityai/sdxl-vae/blob/main/sdxl_vae.safetensors Closes #558 Closes #559 AUTOMATIC1111/stable-diffusion-webui@68f336b --------- Co-authored-by: AbdBarho <ka70911@gmail.com>
1 parent 09a0f11 commit def7629

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
<<: *base_service
3030
profiles: ["auto"]
3131
build: ./services/AUTOMATIC1111
32-
image: sd-auto:62
32+
image: sd-auto:63
3333
environment:
3434
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
3535

services/AUTOMATIC1111/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN . /clone.sh CodeFormer https://github.com/sczhou/CodeFormer.git c5b4593074ba
1414
RUN . /clone.sh BLIP https://github.com/salesforce/BLIP.git 48211a1594f1321b00f14c9f7a5b4813144b2fb9
1515
RUN . /clone.sh k-diffusion https://github.com/crowsonkb/k-diffusion.git c9fe758757e022f05ca5a53fa8fac28889e4f1cf
1616
RUN . /clone.sh clip-interrogator https://github.com/pharmapsychotic/clip-interrogator 2486589f24165c8e3b303f84e9dbbea318df83e8
17+
RUN . /clone.sh generative-models https://github.com/Stability-AI/generative-models 45c443b316737a4ab6e40413d7794a7f5657c19f
1718

1819

1920
FROM alpine:3.17 as xformers
@@ -71,7 +72,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
7172
RUN apt-get -y install libgoogle-perftools-dev && apt-get clean
7273
ENV LD_PRELOAD=libtcmalloc.so
7374

74-
ARG SHA=394ffa7b0a7fff3ec484bcd084e673a8b301ccc8
75+
ARG SHA=68f336bd994bed5442ad95bad6b6ad5564a5409a
7576
RUN --mount=type=cache,target=/root/.cache/pip \
7677
cd stable-diffusion-webui && \
7778
git fetch && \

0 commit comments

Comments
 (0)