feat: Upgrade Diffusers to 0.18.1 (#3699)

This commit is contained in:
Lincoln Stein 2023-07-08 12:07:09 -04:00 committed by GitHub
commit f7968ef8ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ dependencies = [
"controlnet-aux>=0.0.6",
"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.1",
"diffusers[torch]~=0.18.1",
"dnspython==2.2.1",
"dynamicprompts",
"easing-functions",