MrForExample / ComfyUI-3D-Pack

An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)
MIT License
1.72k stars 166 forks source link

Python 3.9 #60

Open davedaverave opened 4 months ago

davedaverave commented 4 months ago

Traceback (most recent call last): File "/notebooks/ComfyUI/nodes.py", line 1887, in load_custom_node module_spec.loader.exec_module(module) File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/notebooks/ComfyUI/custom_nodes/ComfyUI-3D-Pack/init.py", line 18, in module = importlib.import_module(f".{nodes_filename}", package=name) File "/usr/lib/python3.9/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/notebooks/ComfyUI/custom_nodes/ComfyUI-3D-Pack/nodes.py", line 19, in from .mesh_processer.mesh_utils import ( File "/notebooks/ComfyUI/custom_nodes/ComfyUI-3D-Pack/mesh_processer/mesh_utils.py", line 3, in from kornia.geometry.conversions import ( ImportError: cannot import name 'quaternion_to_axis_angle' from 'kornia.geometry.conversions' (/usr/local/lib/python3.9/dist-packages/kornia/geometry/conversions.py)

DenisKochetov commented 3 months ago

Did you try to upgrade kornia lib? pip install --upgrade kornia