From 7bbc62f3d5258d7957b47320495052ca125df2fe Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Tue, 12 Apr 2022 10:29:55 -0700 Subject: [PATCH] bring in pillow, for image encoding to and from --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1672c3a..1244b5d 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ setup( 'click', 'einops>=0.4', 'einops-exts', + 'pillow', 'torch>=1.10', 'torchvision', 'x-clip>=0.4.1',