Update diffusers to the lastest version

This commit is contained in:
Wubbbi 2024-01-06 22:02:28 +01:00 committed by Kent Keirsey
parent 75c1c4ce5a
commit 6024fc7baf

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.24.0",
"diffusers[torch]~=0.25.0",
"dnspython~=2.4.0",
"dynamicprompts",
"easing-functions",