From 3ff8c87c09ecb07574c2b14e136b8ca38e0a0dd6 Mon Sep 17 00:00:00 2001 From: blessedcoolant <54517381+blessedcoolant@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:00:12 +1200 Subject: [PATCH] feat: Upgrade Diffusers to 0.19.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cc6971df6..bac2b3dc24 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.1", + "diffusers[torch]~=0.19.0", "dnspython==2.2.1", "dynamicprompts", "easing-functions",