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.05k stars 93 forks source link

取消requirements.txt中包的版本限制。 #26

Closed ghostrunner-art closed 5 months ago

ghostrunner-art commented 5 months ago

bitsandbytes==0.43.1 accelerate==0.30.1 playsound<=1.2.2 tenacity>=8.1.0,<8.4.0

建议取消这类包的版本限制,直接写成 bitsandbytes accelerate等。 如果功能有影响的话建议寻找替代方案。

这样能让更多的小伙伴无痛安装,并且以后安装其他插件时,没有后顾之忧。

十分喜欢你的插件,加油~

heshengtao commented 5 months ago

已修改,并且之前有固定版本的依赖项放在了requirements_fixed.txt文件中,供需要的人使用