File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
2929 << : *base_service
3030 profiles : ["auto"]
3131 build : ./services/AUTOMATIC1111
32- image : sd-auto:69
32+ image : sd-auto:70
3333 environment :
3434 - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
3535
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN . /clone.sh clip-interrogator https://github.com/pharmapsychotic/clip-interr
1515RUN . /clone.sh generative-models https://github.com/Stability-AI/generative-models 45c443b316737a4ab6e40413d7794a7f5657c19f
1616
1717
18- FROM pytorch/pytorch:2.1.0 -cuda12.1-cudnn8-runtime
18+ FROM pytorch/pytorch:2.1.2 -cuda12.1-cudnn8-runtime
1919
2020ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1
2121
@@ -31,7 +31,7 @@ WORKDIR /
3131RUN --mount=type=cache,target=/root/.cache/pip \
3232 git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
3333 cd stable-diffusion-webui && \
34- git reset --hard 4afaaf8a020c1df457bcf7250cb1c7f609699fa7 && \
34+ git reset --hard cf2772fab0af5573da775e7437e6acdca424f26e && \
3535 pip install -r requirements_versions.txt
3636
3737
You can’t perform that action at this time.
0 commit comments