ltdrdata / ComfyUI-Inspire-Pack

This repository offers various extension nodes for ComfyUI. Nodes here have different characteristics compared to those in the ComfyUI Impact Pack. The Impact Pack has become too large now...
GNU General Public License v3.0
433 stars 50 forks source link

ModuleNotFoundError: No module named 'llama_cpp' #188

Closed Cokeheart closed 4 days ago

Cokeheart commented 4 days ago

Loading: ComfyUI-Inspire-Pack (V1.6)

Traceback (most recent call last):
File "I:\ComfyUI-aki-v1.4\nodes.py", line 2022, 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 "I:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-LLaVA-Captioner__init__.py", line 1, in
from .llava import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "I:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-LLaVA-Captioner\llava.py", line 12, in
from llama_cpp import Llama
ModuleNotFoundError: No module named 'llama_cpp'

ltdrdata commented 4 days ago

This is not a issue of Inspire Pack. Please move this issue to ComfyUI-LLaVA-Captioner repo. https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner