bring in pillow, for image encoding to and from

This commit is contained in:
Phil Wang
2022-04-12 10:29:55 -07:00
parent 771fe0d0d2
commit 7bbc62f3d5

View File

@@ -25,6 +25,7 @@ setup(
'click',
'einops>=0.4',
'einops-exts',
'pillow',
'torch>=1.10',
'torchvision',
'x-clip>=0.4.1',