diff --git a/pyproject.toml b/pyproject.toml index 92e907fa65..a97830c670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.2", + "diffusers[torch]~=0.19.0", "dnspython~=2.4.0", "dynamicprompts", "easing-functions",