Skip to content

Commit

Permalink
diffusers: update to diffusers 0.11 (from 0.10.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
keturn committed Dec 24, 2022
1 parent b72c878 commit 2e3d42d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion binary_installer/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
--trusted-host https://download.pytorch.org
accelerate~=0.15
albumentations
diffusers[torch]~=0.10
diffusers[torch]~=0.11
einops
eventlet
flask_cors
Expand Down
2 changes: 1 addition & 1 deletion environments-and-requirements/environment-lin-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pip:
- --extra-index-url https://download.pytorch.org/whl/rocm5.2/
- albumentations==0.4.3
- diffusers~=0.10
- diffusers~=0.11
- einops==0.3.0
- eventlet
- flask==2.1.3
Expand Down
2 changes: 1 addition & 1 deletion environments-and-requirements/environment-lin-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pip:
- accelerate~=0.13
- albumentations==0.4.3
- diffusers~=0.10
- diffusers~=0.11
- einops==0.3.0
- eventlet
- flask==2.1.3
Expand Down
2 changes: 1 addition & 1 deletion environments-and-requirements/environment-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:

- albumentations=1.2
- coloredlogs=15.0
- diffusers~=0.10
- diffusers~=0.11
- einops=0.3
- eventlet
- grpcio=1.46
Expand Down
2 changes: 1 addition & 1 deletion environments-and-requirements/environment-win-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- cudatoolkit=11.6
- pip:
- albumentations==0.4.3
- diffusers~=0.10
- diffusers~=0.11
- einops==0.3.0
- eventlet
- flask==2.1.3
Expand Down
2 changes: 1 addition & 1 deletion environments-and-requirements/requirements-base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pip will resolve the version which matches torch
albumentations
diffusers[torch]~=0.10
diffusers[torch]~=0.11
einops
eventlet
facexlib
Expand Down

0 comments on commit 2e3d42d

Please sign in to comment.