cant install - ComfyUI-3D-Pack #6090
Closed
iwannalikelinux
started this conversation in
General
Replies: 1 comment
-
You should ask for help in the custom node repo: ComfyUI-3D-Pack I see there is a portable version, maybe it's easier to install: MrForExample/ComfyUI-3D-Pack#397 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, still new to Linux mint and I cant install ComfyUI-3D-Pack via the manger
I run through the requirements:
pip install -r /path/to/requirements.txt
in ComfyUI-3D-Pack folder
no issues with installing them
on starting ComfyUI > terminal states
18:56:56.727 [Warning] [ComfyUI-0/STDERR] Traceback (most recent call last):
18:56:56.727 [Warning] [ComfyUI-0/STDERR] File "/home/office/Desktop/SwarmUI v0.9.4.0/StableSwarmUI/dlbackend/ComfyUI/nodes.py", line 2072, in load_custom_node
18:56:56.727 [Warning] [ComfyUI-0/STDERR] module_spec.loader.exec_module(module)
18:56:56.727 [Warning] [ComfyUI-0/STDERR] File "", line 995, in exec_module
18:56:56.728 [Warning] [ComfyUI-0/STDERR] File "", line 488, in _call_with_frames_removed
18:56:56.728 [Warning] [ComfyUI-0/STDERR] File "/home/office/Desktop/SwarmUI v0.9.4.0/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/ComfyUI-3D-Pack/init.py", line 53, in
18:56:56.728 [Warning] [ComfyUI-0/STDERR] module = importlib.import_module(f".{nodes_filename}", package=name)
18:56:56.728 [Warning] [ComfyUI-0/STDERR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:56:56.728 [Warning] [ComfyUI-0/STDERR] File "/usr/lib/python3.12/importlib/init.py", line 90, in import_module
18:56:56.728 [Warning] [ComfyUI-0/STDERR] return _bootstrap._gcd_import(name[level:], package, level)
18:56:56.728 [Warning] [ComfyUI-0/STDERR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:56:56.729 [Warning] [ComfyUI-0/STDERR] File "", line 1387, in _gcd_import
18:56:56.729 [Warning] [ComfyUI-0/STDERR] File "", line 1360, in _find_and_load
18:56:56.729 [Warning] [ComfyUI-0/STDERR] File "", line 1331, in _find_and_load_unlocked
18:56:56.729 [Warning] [ComfyUI-0/STDERR] File "", line 935, in _load_unlocked
18:56:56.729 [Warning] [ComfyUI-0/STDERR] File "", line 995, in exec_module
18:56:56.729 [Warning] [ComfyUI-0/STDERR] File "", line 488, in _call_with_frames_removed
18:56:56.730 [Warning] [ComfyUI-0/STDERR] File "/home/office/Desktop/SwarmUI v0.9.4.0/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/ComfyUI-3D-Pack/nodes.py", line 38, in
18:56:56.730 [Warning] [ComfyUI-0/STDERR] from .mesh_processer.mesh import Mesh
18:56:56.730 [Warning] [ComfyUI-0/STDERR] File "/home/office/Desktop/SwarmUI v0.9.4.0/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/ComfyUI-3D-Pack/mesh_processer/mesh.py", line 8, in
18:56:56.730 [Warning] [ComfyUI-0/STDERR] from kiui.op import safe_normalize, dot
18:56:56.730 [Warning] [ComfyUI-0/STDERR] ModuleNotFoundError: No module named 'kiui'
18:56:56.730 [Warning] [ComfyUI-0/STDERR]
Please can anyone help?
i want try all the3d workflows but i cant get anything to run with the above issue..
Beta Was this translation helpful? Give feedback.
All reactions