$git clone https://github.com/heshengtao/comfyui_LLM_partyComfyui_llm_party aims to develop a complete set of nodes for LLM workflow construction based on comfyui as the front end. It allows users to quickly and conveniently build their own LLM workf
| 1 |  |
| 2 | |
| 3 | <div align="center"> |
| 4 | <a href="https://space.bilibili.com/26978344">bilibili</a> · |
| 5 | <a href="https://www.youtube.com/@comfyui-LLM-party">youtube</a> · |
| 6 | <a href="https://github.com/heshengtao/Let-LLM-party">text tutorial</a> · |
| 7 | <a href="https://pan.quark.cn/s/190b41f3bbdb">Cloud disk address</a> · |
| 8 | <a href="img/Q群.jpg">QQ group</a> · |
| 9 | <a href="https://discord.gg/f2dsAKKr2V">discord</a> · |
| 10 | <a href="https://dcnsxxvm4zeq.feishu.cn/wiki/IyUowXNj9iH0vzk68cpcLnZXnYf">About us</a> |
| 11 | </div> |
| 12 | |
| 13 | #### |
| 14 | |
| 15 | <div align="center"> |
| 16 | <a href="./README_ZH.md"><img src="https://img.shields.io/badge/简体中文-d9d9d9"></a> |
| 17 | <a href="./README.md"><img src="https://img.shields.io/badge/English-d9d9d9"></a> |
| 18 | <a href="./README_RU.md"><img src="https://img.shields.io/badge/Русский-d9d9d9"></a> |
| 19 | <a href="./README_FR.md"><img src="https://img.shields.io/badge/Français-d9d9d9"></a> |
| 20 | <a href="./README_DE.md"><img src="https://img.shields.io/badge/Deutsch-d9d9d9"></a> |
| 21 | <a href="./README_JA.md"><img src="https://img.shields.io/badge/日本語-d9d9d9"></a> |
| 22 | <a href="./README_KO.md"><img src="https://img.shields.io/badge/한국어-d9d9d9"></a> |
| 23 | <a href="./README_AR.md"><img src="https://img.shields.io/badge/العربية-d9d9d9"></a> |
| 24 | <a href="./README_ES.md"><img src="https://img.shields.io/badge/Español-d9d9d9"></a> |
| 25 | <a href="./README_PT.md"><img src="https://img.shields.io/badge/Português-d9d9d9"></a> |
| 26 | </div> |
| 27 | |
| 28 | #### |
| 29 | |
| 30 | Comfyui_llm_party aims to develop a complete set of nodes for LLM workflow construction based on [comfyui](https://github.com/comfyanonymous/ComfyUI) as the front end. It allows users to quickly and conveniently build their own LLM workflows and easily integrate them into their existing image workflows. |
| 31 | |
| 32 | ## Effect display |
| 33 | https://github.com/user-attachments/assets/945493c0-92b3-4244-ba8f-0c4b2ad4eba6 |
| 34 | |
| 35 | ## Project Overview |
| 36 | |
| 37 | ComfyUI LLM Party, from the most basic LLM multi-tool call, role setting to quickly build your own exclusive AI assistant, to the industry-specific word vector RAG and GraphRAG to localize the management of the industry knowledge base; from a single agent pipeline, to the construction of complex agent-agent radial interaction mode and ring interaction mode; from the access to their own social APP (QQ, Feishu, Discord) required by individual users, to the one-stop LLM + TTS + ComfyUI workflow required by streaming media workers; from the simple start of the first LLM application required by ordinary students, to the various parameter debugging interfaces commonly used by scientific researchers, model adaptation. All of this, you can find the answer in ComfyUI LLM Party. |
| 38 | |
| 39 | ## Quick Start |
| 40 | 0. If you have never used ComfyUI and encounter some dependency issues while installing the LLM party in ComfyUI, please click [here](https://drive.google.com/file/d/1T9C7gEbd-w_zf9GqZO1VeI3z8ek8clpX/view?usp=sharing) to download the **Windows** portable package that includes the LLM party. Please note that this portable package contains only the party and manager plugins, and is exclusively compatible with the Windows operating system.(If you need to install LLM party into an existing comfyui, this step can be skipped.) |
| 41 | 1. Drag the following workflows into your comfyui, then use [comfyui-Manager](https://github.com/ltdrdata/ComfyUI-Manager) to install the missing nodes. |
| 42 | - Use API to call LLM: [start_with_LLM_api](workflow/start_with_LLM_api.json) |
| 43 | - Using aisuite to call LLM: [start_with_aisuite](workflow/start_with_aisuite.json) |
| 44 | - Manage local LLM with ollama: [start_with_Ollama](workflow/ollama.json) |
| 45 | - Use local LLM in distributed format: [start_with_LLM_local](workflow/start_with_LLM_local.json) |
| 46 | - Use local LLM in GGUF format: [start_with_LLM_GGUF](workflow/start_with_GGUF.json) |
| 47 | - Use local VLM in distributed format: [start_with_VLM_local](workflow/start_with_VLM_local.json) (Currently, support is extended for [Llama-3.2-Vision](https://h |