-
Notifications
You must be signed in to change notification settings - Fork 177
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
[SOLVED] ImportError: DLL load failed while importing onnx_cpp2py_export #400
Comments
Going through another install just to collect more logs: × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. Relevant Logs after running comfyui from this step: Cannot import D:\SD\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'insightface' Import times for custom nodes: Installing insightface-0.7.3-cp311-cp311-win_amd64 manually `D:\SD\ComfyUI_windows_portable>python_embeded\python.exe -m pip install "C:\Users\hodge\Downloads\insightface-0.7.3-cp311-cp311-win_amd64.whl" D:\SD\ComfyUI_windows_portable>` Relavent logs Running ComfyUI after this step File "D:\SD\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnx_init_.py", line 77, in Cannot import D:\SD\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: DLL load failed while importing onnx_cpp2py_export: A dynamic link library (DLL) initialization routine failed. Import times for custom nodes: |
Fixed, I had to input the following commands from the comfyUI portable root folder:
I'm not very literate in python or any of this. But I think it was running on onnx 1.16.2 |
Close |
Related |
First, confirm
What happened?
I was able to install and get the node to work, but then restarted my computer the next day and it no longer loads.
Steps to reproduce the problem
Re-install comfyUI portable fresh
Follow instructions on Reactor Node installation
(Install VS 2022 Community w/ C++ desktop and mobile development modules)
(Install VSBT w/ C++ desktop and Mobile development modules)
(Git clone the repository)
(run install.bat)
Error: Getting requirements to build wheel did not run successfully when building insight face
Follow troubleshooting steps to install insight face manually
Run ComfyUI and find Import Failed on ReactorNode
Sysinfo
Windows 10, NVIDIA GeForce RTX 2070
Relevant console log
The text was updated successfully, but these errors were encountered: