feat: Upgrade to Diffusers 0.17.1 (#3545)

Just syncing up with diffusers upstream.
This commit is contained in:
blessedcoolant 2023-06-19 23:25:22 +12:00 committed by GitHub
commit d339c8627f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ dependencies = [
"controlnet-aux>=0.0.4", "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 "timm==0.6.13", # needed to override timm latest in controlnet_aux, see https://github.com/isl-org/ZoeDepth/issues/26
"datasets", "datasets",
"diffusers[torch]~=0.17.0", "diffusers[torch]~=0.17.1",
"dnspython==2.2.1", "dnspython==2.2.1",
"dynamicprompts", "dynamicprompts",
"easing-functions", "easing-functions",
@ -83,6 +83,7 @@ dependencies = [
"torch~=2.0.0", "torch~=2.0.0",
"torchvision>=0.14.1", "torchvision>=0.14.1",
"torchmetrics", "torchmetrics",
"torchsde==0.2.5",
"transformers~=4.30", "transformers~=4.30",
"uvicorn[standard]==0.21.1", "uvicorn[standard]==0.21.1",
"windows-curses; sys_platform=='win32'", "windows-curses; sys_platform=='win32'",