We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c41167 commit 635d9d9Copy full SHA for 635d9d9
1 file changed
Dockerfile
@@ -37,8 +37,8 @@ WORKDIR /api
37
ADD requirements.txt requirements.txt
38
RUN pip install -r requirements.txt
39
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
+# 2023-01-25 Release: v0.12.0
+RUN git clone https://github.com/huggingface/diffusers && cd diffusers && git checkout 180841bbde4b200be43350164eef80c93a68983a
42
WORKDIR /api
43
RUN pip install -e diffusers
44
0 commit comments