ComfyUI-3D-Pack icon indicating copy to clipboard operation
ComfyUI-3D-Pack copied to clipboard

Error when attempting to load comfyUI in Webui

Open jkerman2000 opened this issue 6 months ago • 0 comments

I installed the 3D pack using the custom nodes manager. My comfyui is part of a Webui install. The relevant nodes don't show up in the node menus, and whenever comfyUI loads, I get the following error:

Traceback (most recent call last): File "C:\Users\dario\Downloads\SDWEBUI\stable-diffusion-webui\extensions\sd-webui-comfyui\ComfyUI\nodes.py", line 1876, 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 "C:\Users\dario\Downloads\SDWEBUI\stable-diffusion-webui\extensions\sd-webui-comfyui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_init.py", line 53, in module = importlib.import_module(f".{nodes_filename}", package=name) File "C:\Users\dario\miniconda3\lib\importlib_init_.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "C:\Users\dario\Downloads\SDWEBUI\stable-diffusion-webui\extensions\sd-webui-comfyui\ComfyUI\custom_nodes\ComfyUI-3D-Pack\nodes.py", line 37, in from .mesh_processer.mesh import Mesh File "C:\Users\dario\Downloads\SDWEBUI\stable-diffusion-webui\extensions\sd-webui-comfyui\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'

Cannot import C:\Users\dario\Downloads\SDWEBUI\stable-diffusion-webui\extensions\sd-webui-comfyui\ComfyUI\custom_nodes\ComfyUI-3D-Pack module for custom nodes: No module named 'kiui'

jkerman2000 avatar Aug 21 '24 23:08 jkerman2000