Skip to content

Commit

Permalink
fix(diffusers): bump to 2022-12-30 commit 62608a9
Browse files Browse the repository at this point in the history
Notably, fixes:
* Handle missing global_step key in scripts/convert_original_stable_diffusion_to_diffusers.py
* Fix wrong type checking in `convert_diffusers_to_original_stable_diffusion.py`
* Deprecate init image correctly
  • Loading branch information
gadicc committed Jan 1, 2023
1 parent f16767c commit 2f29165
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ WORKDIR /api
ADD requirements.txt requirements.txt
RUN pip install -r requirements.txt

RUN git clone https://github.com/huggingface/diffusers && cd diffusers && git checkout 6b68afd8e4cbf05a06a9ed72127bfdc3acff1db4
#RUN git clone https://github.com/huggingface/diffusers && cd diffusers && git checkout 6b68afd8e4cbf05a06a9ed72127bfdc3acff1db4
# 2022-12-30 [train_text_to_image] allow using non-ema weights for training (#1834) TODO dreambooth sync
RUN git clone https://github.com/huggingface/diffusers && cd diffusers && git checkout 62608a9102e423ad0fe79f12a8ceb1710d2027b2
WORKDIR /api
RUN pip install -e diffusers

Expand Down

0 comments on commit 2f29165

Please sign in to comment.