Skip to content

Commit 8e059cf

Browse files
committed
Add pillow
1 parent b4f1d46 commit 8e059cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/python/diffusers/install.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ if [ -d "/opt/intel" ]; then
2424
diffusers==0.24.0 \
2525
transformers>=4.25.1 \
2626
accelerate \
27-
compel==2.0.2
27+
compel==2.0.2 \
28+
Pillow
2829
fi
2930

3031
if [ "$PIP_CACHE_PURGE" = true ] ; then

0 commit comments

Comments
 (0)