-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(IMPORT FAILED): D:\ComfyUI\custom_nodes\ComfyUI-CLIPSeg #14
Comments
我也遇到了 你解决了吗? |
Go to this website to download the corresponding torch whl file and install it locally with the pip install command |
It works for |
(venv) D:\ComfyUI\custom_nodes\ComfyUI-CLIPSeg>pip install -r requirements.txt
Looking in indexes: https://mirrors.cloud.tencent.com/pypi/simple
Requirement already satisfied: matplotlib==3.7.1 in d:\comfyui\venv\lib\site-packages (from -r requirements.txt (line 2)) (3.7.1)
Requirement already satisfied: matplotlib-inline==0.1.6 in d:\comfyui\venv\lib\site-packages (from -r requirements.txt (line 3)) (0.1.6)
Collecting numpy==1.24.2 (from -r requirements.txt (line 4))
Using cached https://mirrors.cloud.tencent.com/pypi/packages/fa/df/53e8c0c8ccecf360b827a3d2b1b6060644c635c3149a9d6415a6fe4ccf44/numpy-1.24.2-cp310-cp310-win_amd64.whl (14.8 MB)
Requirement already satisfied: open-clip-torch==2.16.0 in d:\comfyui\venv\lib\site-packages (from -r requirements.txt (line 5)) (2.16.0)
Collecting opencv-python==4.7.0.72 (from -r requirements.txt (line 6))
Using cached https://mirrors.cloud.tencent.com/pypi/packages/36/98/fab8d982e2e2b57bdebcad64c7e5b5a14ac91c657cac509b9cf3fbea49d2/opencv_python-4.7.0.72-cp37-abi3-win_amd64.whl (38.2 MB)
Collecting Pillow==9.4.0 (from -r requirements.txt (line 7))
Using cached https://mirrors.cloud.tencent.com/pypi/packages/5e/7c/293136a5171800001be33c21a51daaca68fae954b543e2c015a6bb81a716/Pillow-9.4.0-cp310-cp310-win_amd64.whl (2.5 MB)
Requirement already satisfied: pytorch-lightning==2.0.0 in d:\comfyui\venv\lib\site-packages (from -r requirements.txt (line 8)) (2.0.0)
ERROR: Could not find a version that satisfies the requirement torch==2.2.0+cu121 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1)
ERROR: No matching distribution found for torch==2.2.0+cu121
The text was updated successfully, but these errors were encountered: