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

ComfyUI-3D-Pack module for custom nodes: No module named 'kiui'

Open stromyu520 opened this issue 1 year ago • 0 comments

D:\AI\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build [START] Security scan [DONE] Security scan

ComfyUI-Manager: installing dependencies done.

** ComfyUI startup time: 2024-11-23 10:24:08.502445 ** Platform: Windows ** Python version: 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)] ** Python executable: D:\AI\ComfyUI_windows_portable\python_embeded\python.exe ** ComfyUI Path: D:\AI\ComfyUI_windows_portable\ComfyUI ** Log path: D:\AI\ComfyUI_windows_portable\comfyui.log

Prestartup times for custom nodes: 24.4 seconds: D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 8188 MB, total RAM 32469 MB pytorch version: 2.5.1+cu124 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync Using pytorch cross attention [Prompt Server] web root: D:\AI\ComfyUI_windows_portable\ComfyUI\web Adding extra search path checkpoints E:\dev\pythonProject\stable-diffusion-webui\models/Stable-diffusion Adding extra search path configs E:\dev\pythonProject\stable-diffusion-webui\models/Stable-diffusion Adding extra search path vae E:\dev\pythonProject\stable-diffusion-webui\models/VAE Adding extra search path loras E:\dev\pythonProject\stable-diffusion-webui\models/Lora Adding extra search path loras E:\dev\pythonProject\stable-diffusion-webui\models/LyCORIS Adding extra search path upscale_models E:\dev\pythonProject\stable-diffusion-webui\models/ESRGAN Adding extra search path upscale_models E:\dev\pythonProject\stable-diffusion-webui\models/RealESRGAN Adding extra search path upscale_models E:\dev\pythonProject\stable-diffusion-webui\models/SwinIR Adding extra search path embeddings E:\dev\pythonProject\stable-diffusion-webui\embeddings Adding extra search path hypernetworks E:\dev\pythonProject\stable-diffusion-webui\models/hypernetworks Adding extra search path controlnet E:\dev\pythonProject\stable-diffusion-webui\models/ControlNet Traceback (most recent call last): File "D:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2012, in load_custom_node module_spec.loader.exec_module(module) File "", line 995, in exec_module File "", line 488, in call_with_frames_removed File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack_init.py", line 53, in module = importlib.import_module(f".{nodes_filename}", package=name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "importlib_init_.py", line 90, in import_module 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 995, in exec_module File "", line 488, in _call_with_frames_removed File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack\nodes.py", line 38, in from .mesh_processer.mesh import Mesh File "D:\AI\ComfyUI_windows_portable\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 D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack module for custom nodes: No module named 'kiui' [Crystools INFO] Crystools version: 1.21.0 [Crystools INFO] CPU: 13th Gen Intel(R) Core(TM) i7-13700H - Arch: AMD64 - OS: Windows 11 [Crystools INFO] Pynvml (Nvidia) initialized. [Crystools INFO] GPU/s: [Crystools INFO] 0) NVIDIA GeForce RTX 4060 Laptop GPU [Crystools INFO] NVIDIA Driver: 566.14

Loading: ComfyUI-Manager (V2.51.9)

ComfyUI Revision: 2812 [5e29e7a4] | Released on '2024-11-06'

stromyu520 avatar Nov 23 '24 02:11 stromyu520