WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

No module named 'numba' #141

Closed wzgrx closed 1 year ago

wzgrx commented 1 year ago

winds

Loading: ComfyUI-Impact-Pack (V3.1)

Loading: ComfyUI-Manager (V0.15.1)

ComfyUI Revision: 1216 [fbf5c51c]

Traceback (most recent call last): File "G:\Soft\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1590, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "G:\Soft\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui__init__.py", line 1, in from .WAS_Node_Suite import NODE_CLASS_MAPPINGS File "G:\Soft\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 37, in from numba import jit ModuleNotFoundError: No module named 'numba'

Cannot import G:\Soft\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui module for custom nodes: No module named 'numba'

WASasquatch commented 1 year ago

Did you install through manager or manually? Numba is the most common issue and there a lot of topics regarding it you can look for. The usual culprit is not installing WAS-NS to ComfyUI's portable. Outside portable you need to compile and build the wheels yourself.