heshengtao / comfyui_LLM_party

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

ModuleNotFoundError: No module named 'server' #52

Closed austincityuwen closed 3 months ago

austincityuwen commented 3 months ago

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直接装,还是有特定的模块。

heshengtao commented 3 months ago

修复了,管理器和这个导入冲突了,我删除了,换了一个方式获得路径