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
[!] /home/ComfyUI/custom_nodes/comfyui_LLM_party/install.py:11: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
[!] import pkg_resources
[!] Traceback (most recent call last):
[!] File "/home/ComfyUI/custom_nodes/comfyui_LLM_party/install.py", line 14, in
[!] from server import PromptServer
[!] ModuleNotFoundError: No module named 'server'
install script failed: https://github.com/heshengtao/comfyui_LLM_party
ComfyUI-Manager: EXECUTE => ['/home/Anaconda/anaconda3/envs/comfyui/bin/python', 'install.py']
[!] /home/ComfyUI/custom_nodes/comfyui_LLM_party/install.py:11: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html [!] import pkg_resources [!] Traceback (most recent call last): [!] File "/home/ComfyUI/custom_nodes/comfyui_LLM_party/install.py", line 14, in
[!] from server import PromptServer
[!] ModuleNotFoundError: No module named 'server'
install script failed: https://github.com/heshengtao/comfyui_LLM_party
安装报错,提示没有server模块,请问这个server模块是什么呢,通过pip server直接装,还是有特定的模块。