feat: Upgrade Diffusers to 0.19.0

This commit is contained in:
blessedcoolant 2023-07-27 08:00:12 +12:00
parent 6a3a776f4e
commit 3ff8c87c09

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.18.1",
"diffusers[torch]~=0.19.0",
"dnspython==2.2.1",
"dynamicprompts",
"easing-functions",