From 7aa33c352b339bdca55bb22b071c54ec98c1a3c0 Mon Sep 17 00:00:00 2001
From: Kent Keirsey <31807370+hipsterusername@users.noreply.github.com>
Date: Wed, 20 Sep 2023 17:04:56 -0400
Subject: [PATCH] Update Diffusers to .21

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index b9410999ec..6d2b751af9 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.20.0",
+  "diffusers[torch]~=0.21.0",
   "dnspython~=2.4.0",
   "dynamicprompts",
   "easing-functions",