Replies: 2 comments
-
Same problem on my side...
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I have 73 extensions installed inside my "custom_nodes" folder and all of them work perfectly with numpy 1.26.3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed numpy 2.0.2 because other ComfyUI nodes use this version of numpy, although this is an old version, the newest is 2.1.x
When reactor-node is trying to install I got the error
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Cannot import E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
The solution is to downgrade numpy to version 1.25.x
If I do this, other nodes fail because they use numpy >= 2
When there will be a version of reactor node compatible with numpy >= 2?
Beta Was this translation helpful? Give feedback.
All reactions