Skip to content

Commit

Permalink
feat: Upgrade to Diffusers 0.17.1 (#3545)
Browse files Browse the repository at this point in the history
Just syncing up with diffusers upstream.
  • Loading branch information
blessedcoolant authored Jun 19, 2023
2 parents 1a7fe17 + a53e0dc commit d339c86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"controlnet-aux>=0.0.4",
"timm==0.6.13", # needed to override timm latest in controlnet_aux, see https://github.com/isl-org/ZoeDepth/issues/26
"datasets",
"diffusers[torch]~=0.17.0",
"diffusers[torch]~=0.17.1",
"dnspython==2.2.1",
"dynamicprompts",
"easing-functions",
Expand Down Expand Up @@ -83,6 +83,7 @@ dependencies = [
"torch~=2.0.0",
"torchvision>=0.14.1",
"torchmetrics",
"torchsde==0.2.5",
"transformers~=4.30",
"uvicorn[standard]==0.21.1",
"windows-curses; sys_platform=='win32'",
Expand Down

0 comments on commit d339c86

Please sign in to comment.