kijai / ComfyUI-MimicMotionWrapper

Apache License 2.0
178 stars 9 forks source link

Error occurred when executing MimicMotionGetPoses: No module named 'onnxruntime' #18

Open y624918817 opened 2 weeks ago

y624918817 commented 2 weeks ago

QQ截图20240706021637

dw model is placed in that folder and cannot be downloaded automatically

Bouts2019 commented 2 weeks ago

I' using an nvidia graphics card and followed this document to install onnxruntime-gpu : https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements, btw I have failed several times with CUDA12.x & onnxruntime 1.18, but CUDA11.8 is fine.

jhj0517 commented 2 weeks ago

If you use CUDA 12.x install

pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/

If you use CUDA 11.x just install

pip install onnxruntime-gpu

If you use other cpu version install

pip install onnxruntime

doucmentation here.

+) If you use portable version use

python_embeded\python.exe -m pip

for pip