Open NullEqualsZero opened 1 month ago
same issue here
Hi, I stumbled on this post https://github.com/Gourieff/comfyui-reactor-node/discussions/460 after days of the same error, my install is brand new from last week.. I reinstalled everything from scratch because I couldn't figure it out and again same error....
I found that I was getting this line the first time an ipadapter model was loaded with a different checkpoint,
!!! Exception during processing !!! numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
In this other post I found the command to update numpy to the version of python that I have with my fresh install (python 3.12), it works after the update and a restart of ComfUI.
if your python version is 3.12 use this command in the root folder:
.\python_embeded\python.exe -m pip install numpy===1.26.4
if your python version is 3.11 use this command in the root folder:
.\python_embeded\python.exe -m pip install numpy===1.25.2
I really wish the error box that show on screen would give us the real missing files or missing dependencies instead of sending us in the wrong directions.
I hope it helps you and others.
Your question
What is the proper way to install
insightface
I think I have installed it correctlyI think I have downloaded right, but it is still not working!
Logs
Other
System: Windows 11 On the latest Update both ComfyUI and all the extension Using the portable installation of ComfyUI