Skip to content

Commit 400e3d7

Browse files
committed
fix(diffusers): bump to latest commit (includes v0.13.1)
1 parent 6348836 commit 400e3d7

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,9 +37,9 @@ WORKDIR /api
3737
ADD requirements.txt requirements.txt
3838
RUN pip install -r requirements.txt
3939

40-
# [b6b73d9] Fixing typos in documentation (#2389)
40+
# [39a3c77] fix: code snippet of instruct pix2pix from the docs. (#2446)
4141
# Also includes misc LoRA fixes / improvements; xformers, enable/disable, etc.
42-
RUN git clone https://github.com/huggingface/diffusers && cd diffusers && git checkout b6b73d97b4365395d1ab7d0f7480d9681c72279f
42+
RUN git clone https://github.com/huggingface/diffusers && cd diffusers && git checkout 39a3c77e0d4a22de189b02398cf2d003d299b4ae
4343
WORKDIR /api
4444
RUN pip install -e diffusers
4545

0 commit comments

Comments
 (0)