Update Diffusers to .21

This commit is contained in:
Kent Keirsey 2023-09-20 17:04:56 -04:00
parent bf62553150
commit 7aa33c352b

View File

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