LLM Agent Framework in ComfyUI includes Omost,GPT-sovits, ChatTTS,GOT-OCR2.0, and FLUX prompt nodes,access to Feishu,discord,and adapts to all llms with similar openai/gemini interfaces, such as o1,ollama, grok, qwen, GLM, deepseek, moonshot,doubao. Adapted to local llms, vlm, gguf such as llama-3.2, Linkage neo4j KG, graphRAG / RAG / html 2 img
GNU Affero General Public License v3.0
1.06k
stars
94
forks
source link
centos平台报错:ComfyUI/custom_nodes/comfyui_LLM_party module for custom nodes: [Errno 2] No such file or di rectory: 'dpkg' #61
找不到llama_cpp模块
Traceback (most recent call last):
File "/aigc-nas01/renwenyi/ComfyUI/nodes.py", line 1941, 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 "/aigc-nas01/renwenyi/ComfyUI/custom_nodes/comfyui_LLM_party/init.py", line 1, in
from .install import (
File "/aigc-nas01/renwenyi/ComfyUI/custom_nodes/comfyui_LLM_party/install.py", line 391, in
install_portaudio()
File "/aigc-nas01/renwenyi/ComfyUI/custom_nodes/comfyui_LLM_party/install.py", line 337, in install_portaudio
result = subprocess.run(["dpkg", "-s", "libportaudio2"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/home/work/anaconda3/envs/animate_anyone/lib/python3.10/subprocess.py", line 503, in run
with Popen(*popenargs, **kwargs) as process:
File "/home/work/anaconda3/envs/animate_anyone/lib/python3.10/subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/home/work/anaconda3/envs/animate_anyone/lib/python3.10/subprocess.py", line 1847, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'dpkg'
请问如何解决该报错,很着急