Skip to content

Commit 635d9d9

Browse files
committed
fix(diffusers): bump to v0.12.0
1 parent 8c41167 commit 635d9d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ WORKDIR /api
3737
ADD requirements.txt requirements.txt
3838
RUN pip install -r requirements.txt
3939

40-
# 2023-01-23 Dreambooth: reduce VRAM usage (#2039) TODO dreambooth sync
41-
RUN git clone https://github.com/huggingface/diffusers && cd diffusers && git checkout a66f2baeb782e091dde4e1e6394e46f169e5ba58
40+
# 2023-01-25 Release: v0.12.0
41+
RUN git clone https://github.com/huggingface/diffusers && cd diffusers && git checkout 180841bbde4b200be43350164eef80c93a68983a
4242
WORKDIR /api
4343
RUN pip install -e diffusers
4444

0 commit comments

Comments
 (0)