LykosAI / ComfyUI-Inference-Core-Nodes

ComfyUI Custom Nodes for Inference.Core
GNU Affero General Public License v3.0
16 stars 10 forks source link

Install issue onnxruntime-gpu #4

Closed scooper86 closed 3 months ago

scooper86 commented 3 months ago

im running python3.11 on windows, pretty sure its a version issue, is there any fix for this?

ERROR: onnxruntime_gpu-1.17.1-cp310-cp310-win_amd64.whl is not a supported wheel on this platform

Aruen24 commented 3 months ago

I got the same problem

ionite34 commented 3 months ago

Currently there's only a case for installing the wheel for Python 3.10 since that's what Stability Matrix was using. Will look to add support for 3.11 soon as well.

In the meantime, you can install manually by running via venv or embedded python in the ComfyUI-Inference-Core-Nodes folder:

-m pip install -e .

Then if you have the onnxruntime_gpu wheel for your python version you can individually install that for gpu support.