-
Notifications
You must be signed in to change notification settings - Fork 357
Open
Description
The AI consensus is that there is no version compatible with pytorch version: 2.9.1+cu128. Not sure where to go from here without downgrading torch which I'm hesitant to do lest it cause knock-on effects.
Relevant section of startup log as follows:
Traceback (most recent call last):
File "/archive/AI/ComfyUI/nodes.py", line 2136, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 999, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/archive/AI/ComfyUI/custom_nodes/ComfyUI-3D-Pack/__init__.py", line 54, in <module>
module = importlib.import_module(f".{nodes_filename}", package=__name__)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/simon/.pyenv/versions/3.12.12/lib/python3.12/importlib/__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 999, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/archive/AI/ComfyUI/custom_nodes/ComfyUI-3D-Pack/nodes.py", line 60, in <module>
from TriplaneGaussian.triplane_gaussian_transformers import TGS
File "/archive/AI/ComfyUI/custom_nodes/ComfyUI-3D-Pack/Gen_3D_Modules/TriplaneGaussian/triplane_gaussian_transformers.py", line 6, in <module>
from TriplaneGaussian.models.image_feature import ImageFeature
File "/archive/AI/ComfyUI/custom_nodes/ComfyUI-3D-Pack/Gen_3D_Modules/TriplaneGaussian/models/image_feature.py", line 7, in <module>
from ..utils.ops import compute_distance_transform
File "/archive/AI/ComfyUI/custom_nodes/ComfyUI-3D-Pack/Gen_3D_Modules/TriplaneGaussian/utils/ops.py", line 8, in <module>
from pytorch3d.renderer import (
ModuleNotFoundError: No module named 'pytorch3d'
Cannot import /archive/AI/ComfyUI/custom_nodes/ComfyUI-3D-Pack module for custom nodes: No module named 'pytorch3d'
Metadata
Metadata
Assignees
Labels
No labels