-
Notifications
You must be signed in to change notification settings - Fork 171
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 error) DLL load failed while importing onnx_cpp2py_export #384
Comments
#319 (comment) this fixed it for me |
The problem is still there and the fix above doesn't solve it for my part, getting the same error message |
I was using reactor node 2 hours ago, I closed comfyui and now when I open it This node is very useful but is bugged af, I've never had it up and running 2straight days, this node breaks for me every single day, this last time havent installed anything, just closed comfyui after generating something on the node and re-opened couple of hours later. This node is the craziest thing ive seen in my life |
me too :(( |
downgrade onnxruntime to 1.16.1 tomid99999 |
I just install Desktop Development with C++ from VS and that fix the problem. Previously I tried to run only with insightface installation and got that error. |
Run |
Thanks - this worked. I didn't need to copy the dll here - just intsalling the VCRedist fixed this for me. |
thank you this solved it, hard to catch :D |
What folder do I need to downgrade the onnxruntime to 1.16.1? I cannot seem to make it work. The VCRedist does not seem to be the problem, it was already installed. \SwarmUI\SwarmUI\dlbackend\comfy\ComfyUI\custom_nodes\comfyui-reactor-node\requirements.txt |
I have the same problem with a portable installation. Everything is fine, in fact, I have another installation (which I don't dare to touch) that works perfectly. In clean installations (I've already done 10 or 12) I have already updated ComfyUI, the Reactor install.bat and the already hackneyed: "python_embeded\python.exe -m pip install --upgrade --force-reinstall insightface-0.7.3-cp311-cp311-win_amd64.whl" countless times and it doesn't fix it. I have asked ChatGPT who has suggested countless reinstallations that don't solve the problem. I hope the version that still works for me doesn't break. It's very frustrating. |
Related |
First, confirm
What happened?
i got import error while start web ui
Steps to reproduce the problem
1.reinstall comfy ui
2.clone comfyui-reactor-node to ComfyUi/custom_nodes
3.Download prebuilt Insightface package python 3.11
4. update PIP
5. python_embeded\python.exe -m pip install --upgrade --force-reinstall insightface-0.7.3-cp311-cp311-win_amd64.whl (got error)
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. matrix-client 0.4.0 requires urllib3~=1.21, but you have urllib3 2.2.2 which is incompatible. mediapipe 0.10.14 requires protobuf<5,>=4.25.3, but you have protobuf 5.27.3 which is incompatible. tb-nightly 2.18.0a20240801 requires protobuf!=4.24.0,<5.0.0,>=3.19.6, but you have protobuf 5.27.3 which is incompatible. tensorboard 2.17.0 requires protobuf!=4.24.0,<5.0.0,>=3.19.6, but you have protobuf 5.27.3 which is incompatible. tensorflow-intel 2.17.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.27.3 which is incompatible.
6. run run_nvidia_gpu.bat file and got DLL load failed while importing onnx_cpp2py_export
Sysinfo
os: window 10
browser: google chrome
python 3.11.9
GPU: gtx 1070
Relevant console log
Additional information
No response
The text was updated successfully, but these errors were encountered: