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.
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.
any suggestions since I am running ComfyUI_windows_portable_nightly_pytorch version for Nvideo GFX 5090 on which I am running?