From bbbec3a5bb93162ab82eef697507480b1fce6a7b Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 11 May 2024 11:20:11 +0900 Subject: [PATCH] fix: Skip the installation of the pillow version that has issues. https://github.com/comfyanonymous/ComfyUI/issues/3416#issuecomment-2105456123 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e7d8c0e9c7a..cae30e5bcc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ transformers>=4.25.1 safetensors>=0.3.0 aiohttp pyyaml -Pillow +Pillow!=10.3.0 scipy tqdm psutil