From 7ebb04f1b7b84aa7b1ba038ed895e557c3c18b2e Mon Sep 17 00:00:00 2001 From: Isamu Isozaki Date: Mon, 27 Feb 2023 08:14:40 -0500 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8e36652..21ed312 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ ], install_requires=[ 'accelerate', + 'diffusers', 'datasets', 'beartype', 'einops>=0.6',