feat: Upgrade to Diffusers 0.17.1

This commit is contained in:
blessedcoolant 2023-06-16 23:57:57 +12:00
parent 4cbc802e36
commit 9d4b84ef68

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",