Skip to content

Commit 60c4832

Browse files
jsjolundAbdBarho
andauthored
Update open_clip to v2.20.0 in Auto (#617)
Fixes #615. Updates `open-clip-torch` to the one specified in auto's [requirements_versions.txt](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/requirements_versions.txt#L18). --------- Co-authored-by: AbdBarho <[email protected]>
1 parent f613639 commit 60c4832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

+1-1
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:70
32+
image: sd-auto:71
3333
environment:
3434
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
3535

services/AUTOMATIC1111/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
4646
pip install pyngrok xformers \
4747
git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
4848
git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 \
49-
git+https://github.com/mlfoundations/open_clip.git@bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
49+
git+https://github.com/mlfoundations/open_clip.git@v2.20.0
5050

5151
# there seems to be a memory leak (or maybe just memory not being freed fast eno8ugh) that is fixed by this version of malloc
5252
# maybe move this up to the dependencies list.

0 commit comments

Comments
 (0)