was-node-suite-comfyui icon indicating copy to clipboard operation
was-node-suite-comfyui copied to clipboard

5090 torch version of comfyUI not installing Was Node properly

Open gbyoda opened this issue 1 year ago • 2 comments

Traceback (most recent call last): File "D:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\nodes.py", line 2147, in load_custom_node module_spec.loader.exec_module(module) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^ File "", line 1026, in exec_module File "", line 488, in call_with_frames_removed File "D:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\was-node-suite-comfyui_init.py", line 1, in from .WAS_Node_Suite import NODE_CLASS_MAPPINGS File "D:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 37, in from numba import jit File "D:\ComfyUI_windows_portable_nightly_pytorch\python_embeded\Lib\site-packages\numba_init_.py", line 59, in ensure_critical_deps() ~~~~~~~~~~~~~~~~~~~~~^^ File "D:\ComfyUI_windows_portable_nightly_pytorch\python_embeded\Lib\site-packages\numba_init.py", line 45, in _ensure_critical_deps raise ImportError(msg) ImportError: Numba needs NumPy 2.1 or less. Got NumPy 2.2.

gbyoda avatar Mar 13 '25 14:03 gbyoda

ComfyUI doesn't enforce a version of NumPy. So you have a custom node conflicting with WAS-NS which requires 2.1 or less, as the error suggests. This isn't a torch issue.

WASasquatch avatar Mar 21 '25 02:03 WASasquatch

any suggestions since I am running ComfyUI_windows_portable_nightly_pytorch version for Nvideo GFX 5090 on which I am running?

gbyoda avatar Mar 21 '25 03:03 gbyoda