Bump Diffusers Dependency

This commit is contained in:
Kent Keirsey 2023-12-07 09:11:54 -05:00
parent 6c6c45c3da
commit 42bc6ef154

View File

@ -41,7 +41,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.23.0",
"diffusers[torch]~=0.24.0",
"dnspython~=2.4.0",
"dynamicprompts",
"easing-functions",