kealiu / ComfyUI-ZeroShot-MTrans

ZeST: Zero-Shot Material Transfer from a Single Image
Apache License 2.0
135 stars 5 forks source link

安装失败了 #4

Open zhaowolf opened 2 months ago

zhaowolf commented 2 months ago

Looking in indexes: https://mirror.baidu.com/pypi/simple Looking in links: https://mirror.sjtu.edu.cn/pytorch-wheels/torch_stable.html, https://www.modelscope.cn/api/v1/studio/hanamizukiai/resolver/gradio/pypi-index/index.html Requirement already satisfied: torch in e:\00comfyui\comfyui-aki-v1.31\python\lib\site-packages (from -r E:\00Comfyui\ComfyUI-aki-v1.31\custom_nodes\ComfyUI-ZeroShot-MTrans\requirements.txt (line 1)) (2.1.2+cu118) Requirement already satisfied: numpy in e:\00comfyui\comfyui-aki-v1.31\python\lib\site-packages (from -r E:\00Comfyui\ComfyUI-aki-v1.31\custom_nodes\ComfyUI-ZeroShot-MTrans\requirements.txt (line 2)) (1.26.4) ERROR: Could not find a version that satisfies the requirement PIL (from versions: none) ERROR: No matching distribution found for PIL

kealiu commented 2 months ago

requirements 里面的 PIL需要改为 pillow。晚点改改。

你可以直接手工 pip install pillow

kealiu commented 2 months ago

commit d445504 fix this.