Open
yosun
opened this issue 7 months ago
•
1 comments
Traceback (most recent call last):
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/nodes.py", line 2131, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "/Users/mbp16_2022_m1max/Documents/ComfyUI/custom_nodes/comfyui-3d-pack/init.py", line 53, in
module = importlib.import_module(f".{nodes_filename}", package=name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/mbp16_2022_m1max/.local/share/uv/python/cpython-3.12.9-macos-aarch64-none/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "/Users/mbp16_2022_m1max/Documents/ComfyUI/custom_nodes/comfyui-3d-pack/nodes.py", line 39, in
from .mesh_processer.mesh import Mesh
File "/Users/mbp16_2022_m1max/Documents/ComfyUI/custom_nodes/comfyui-3d-pack/mesh_processer/mesh.py", line 8, in
from kiui.op import safe_normalize, dot
ModuleNotFoundError: No module named 'kiui'
hey! try running these manually from the ComfyUI-3D-Pack folder:
pip install -r requirements.txt
python install.py
if anything breaks, feel free to share the full error here — we’ll do our best to help out!
the install process can be a bit tricky sometimes because of all the different 3D libs and how they depend on your OS, CUDA, and PyTorch versions.
D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack>python install.py
Traceback (most recent call last):
File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack\install.py", line 19, in
from build_utils import (
File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack_Pre_Builds/_Build_Scripts\build_utils.py", line 54, in
CUDA_VERSION = get_cuda_version()
File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack_Pre_Builds/_Build_Scripts\build_utils.py", line 49, in get_cuda_version
raise RuntimeError(f"Please install/reinstall CUDA tookit with any of the following supported version: {build_config.supported_cuda_versions}")
RuntimeError: Please install/reinstall CUDA tookit with any of the following supported version: ['12.4', '12.1', '11.8']
Traceback (most recent call last):
File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack\install.py", line 19, in
from build_utils import (
File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack_Pre_Builds/_Build_Scripts\build_utils.py", line 54, in
CUDA_VERSION = get_cuda_version()
File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack_Pre_Builds/_Build_Scripts\build_utils.py", line 49, in get_cuda_version
raise RuntimeError(f"Please install/reinstall CUDA tookit with any of the following supported version: {build_config.supported_cuda_versions}")
RuntimeError: Please install/reinstall CUDA tookit with any of the following supported version: ['12.4', '12.1', '11.8']
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\comfyui-3d-pack\install.py", line 84, in
cstr("Comfy3D install failed: Dependency installation has failed. Please install manually: https://github.com/MrForExample/ComfyUI-3D-Pack/tree/main/_Pre_Builds/README.md.").error.print()
NameError: name 'cstr' is not defined. Did you mean: 'str'?