From cc85c98bf3c8953454e6fe54d4f5884fe98c98c9 Mon Sep 17 00:00:00 2001 From: blessedcoolant <54517381+blessedcoolant@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:26:28 +1200 Subject: [PATCH] feat: Upgrade Diffusers to 0.19.3 Needed for some schedulers --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fb2e7aaa7..6e5b754914 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.19.0", + "diffusers[torch]~=0.19.3", "dnspython~=2.4.0", "dynamicprompts", "easing-functions",