Skip to content

Commit

Permalink
fix(diffusers): bump to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Jan 26, 2023
1 parent 8c41167 commit 635d9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ WORKDIR /api
ADD requirements.txt requirements.txt
RUN pip install -r requirements.txt

# 2023-01-23 Dreambooth: reduce VRAM usage (#2039) TODO dreambooth sync
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
WORKDIR /api
RUN pip install -e diffusers

Expand Down

0 comments on commit 635d9d9

Please sign in to comment.