kijai / ComfyUI-LivePortraitKJ

ComfyUI nodes for LivePortrait
MIT License
775 stars 53 forks source link

Solution for DLL load failed onnxruntime_pybind11 & no module named insightface #36

Open Hikska opened 1 week ago

Hikska commented 1 week ago

Hello guys, i spend 2 days figuring these two

if you have followed the readme and still have one of those error

### DLL load failed onnxruntime_pybind11 installing VC64 from Microsoft (LINK) and rebooting solved it

### no module named insightface you need to pip uninstall insightface before trying installing manually the insightface from this troubleshot guide https://github.com/Gourieff/comfyui-reactor-node?tab=readme-ov-file#troubleshooting

Maelstrom2014 commented 1 week ago

istall 1) insightface-0.7.3-cp311-cp311-win_amd64.whl - find and download it, install .\python_embeded\python.exe -m pip install insightface-0.7.3-cp311-cp311-win_amd64.whl 2) for gpu onnx: .\python_embeded\python.exe -m pip install -U onnxruntime-gpu==1.16.3