feat: Upgrade Diffusers to 0.19.3

Needed for some schedulers
This commit is contained in:
blessedcoolant 2023-08-14 09:26:28 +12:00
parent 75fb3f429f
commit cc85c98bf3

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