add comfyui copilot (#317)
|
@ -698,10 +698,16 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
|
|||
<td> <a href="https://github.com/suqicloud/wp-ai-chat"> WordPress ai助手 </a> </td>
|
||||
<td> Docking Deepseek api for WordPress site ai conversation assistant, post generation, post summary plugin. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <img src="docs/ComfyUI-Copilot/assets/logo 2.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/AIDC-AI/ComfyUI-Copilot"> ComfyUI-Copilot </a> </td>
|
||||
<td> An intelligent assistant built on the Comfy-UI framework that simplifies and enhances the AI algorithm debugging and deployment process through natural language interactions. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <img src="https://github.com/Optima-CityU/llm4ad/blob/main/assets/figs/logo_short.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/Optima-CityU/llm4ad">LLM4AD</a> </td>
|
||||
<td> <a href="https://github.com/Optima-CityU/llm4ad">LLM4AD</a> is a unified open-source Python-based Platform using Large Language Models (LLMs) for Automatic Algorithm Design (AD).</td>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -498,6 +498,11 @@
|
|||
<td> <a href="https://github.com/suqicloud/wp-ai-chat"> WordPress ai助手 </a> </td>
|
||||
<td> 对接DeepSeek API用于WordPress站点的AI对话助手、AI文章生成、AI文章总结插件。 </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <img src="docs/ComfyUI-Copilot/assets/logo 2.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/AIDC-AI/ComfyUI-Copilot"> ComfyUI-Copilot </a> </td>
|
||||
<td> 基于Comfy-UI框架构建的智能助手,通过自然语言交互简化和增强AI算法调试和部署过程。 </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <img src="https://github.com/Optima-CityU/llm4ad/blob/main/assets/figs/logo_short.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/Optima-CityU/llm4ad">LLM4AD</a> </td>
|
||||
|
|
|
@ -490,6 +490,12 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取
|
|||
<td> <a href="docs/promptfoo/README.md"> promptfoo </a> </td>
|
||||
<td> LLMプロンプトをテストおよび評価し、DeepSeekモデルを含む。さまざまなLLMプロバイダーを比較し、回帰をキャッチし、応答を評価します。 </td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td> <img src="docs/ComfyUI-Copilot/assets/logo 2.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/AIDC-AI/ComfyUI-Copilot"> ComfyUI-Copilot </a> </td>
|
||||
<td> Comfy-UIフレームワーク上に構築されたインテリジェントアシスタント。自然言語による対話を通じて、AIアルゴリズムのデバッグおよびデプロイプロセスを簡素化し、効率化します。 </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <img src="https://github.com/Optima-CityU/llm4ad/blob/main/assets/figs/logo_short.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/Optima-CityU/llm4ad">LLM4AD</a> </td>
|
||||
|
|
112
docs/ComfyUI-Copilot/README.md
Normal file
|
@ -0,0 +1,112 @@
|
|||
<div align="center">
|
||||
|
||||
# 🎯 ComfyUI-Copilot: Your Intelligent Assistant for Comfy-UI
|
||||
|
||||
<!-- Enhancing Image Generation Development with Smart Assistance -->
|
||||
|
||||
<h4 align="center">
|
||||
|
||||
<div align="center">
|
||||
<img src="https://img.shields.io/badge/Version-1.0.0-blue.svg" alt="Version">
|
||||
<img src="https://img.shields.io/badge/License-MIT-green.svg" alt="License">
|
||||
<img src="https://img.shields.io/github/stars/AIDC-AI/ComfyUI-Copilot?color=yellow" alt="Stars">
|
||||
<img src="https://img.shields.io/github/issues/AIDC-AI/ComfyUI-Copilot?color=red" alt="Issues">
|
||||
<img src="https://img.shields.io/badge/python-3.10%2B-purple.svg" alt="Python">
|
||||
|
||||
</h4>
|
||||
|
||||
|
||||
👾 _**Alibaba International Digital Commerce**_ 👾
|
||||
|
||||
:octocat: [**Github**](https://github.com/AIDC-AI/ComfyUI-Copilot)
|
||||
|
||||
</div>
|
||||
|
||||
https://github.com/user-attachments/assets/0372faf4-eb64-4aad-82e6-5fd69f349c2c
|
||||
|
||||
## 🌟 Introduction
|
||||
|
||||
Welcome to **ComfyUI-Copilot**, an intelligent assistant built on the Comfy-UI framework that simplifies and enhances the AI algorithm debugging and deployment process through natural language interactions.
|
||||
|
||||
Whether it's generating text, images, or audio, ComfyUI-Copilot offers intuitive node recommendations, workflow building aids, and model querying services to streamline your development process.
|
||||
|
||||
<div align="center">
|
||||
<img src="assets/Framework.png"/>
|
||||
</div>
|
||||
|
||||
|
||||
---
|
||||
|
||||
## 🤔 Why Choose ComfyUI-Copilot?
|
||||
|
||||
- 🍀 **Ease of Use**: Lower the barriers to entry with natural language interaction, making Comfy-UI accessible even for beginners.
|
||||
- 🍀 **Smart Recommendations**: Leverage AI-driven node suggestions and workflow implementations to boost development efficiency.
|
||||
- 🍀 **Real-Time Assistance**: Benefit from round-the-clock interactive support to address any issues encountered during development.
|
||||
|
||||
---
|
||||
|
||||
## 🔥 Core Features
|
||||
|
||||
- 💎 **Interactive Q&A Bot**: Access a robust Q&A platform where users can inquire about model intricacies, node details, and parameter utilization with ease.
|
||||
- 💎 **Natural Language Node Suggestions**: Employ our advanced search mechanism to swiftly identify desired nodes and enhance workflow construction efficacy.
|
||||
<img src="assets/comfycopilot_nodes_recommend.gif"/>
|
||||
|
||||
- 💎 **Node Query System**: Dive deeper into nodes by exploring their explanations, parameter definitions, usage tips, and downstream workflow recommendations.
|
||||
<img src="assets/comfycopilot_nodes_search.gif"/>
|
||||
|
||||
- 💎 **Smart Workflow Assistance**: Automatically discern developer needs to recommend and build fitting workflow frameworks, minimizing manual setup time.
|
||||
<img src="assets/工作流检索.png"/>
|
||||
|
||||
- 💎 **Model Querying**: Prompt Copilot to seek foundational models and 'lora' based on requirements.
|
||||
- 💎 **Up-and-Coming Features**:
|
||||
|
||||
- **Automated Parameter Tuning**: Exploit machine learning algorithms for seamless analysis and optimization of critical workflow parameters.
|
||||
- **Error Diagnosis and Fix Suggestions**: Receive comprehensive error insights and corrective advice to swiftly pinpoint and resolve issues.
|
||||
|
||||
---
|
||||
|
||||
## 🚀 Getting Started
|
||||
|
||||
**Repository Overview**: Visit the [GitHub Repository](https://github.com/AIDC-AI/ComfyUI-Copilot) to access the complete codebase.
|
||||
|
||||
1. **Installation**:
|
||||
|
||||
```bash
|
||||
cd ComfyUI/custom_nodes
|
||||
git clone git@github.com:AIDC-AI/ComfyUI-Copilot.git
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```bash
|
||||
cd ComfyUI/custom_nodes
|
||||
git clone https://github.com/AIDC-AI/ComfyUI-Copilot
|
||||
```
|
||||
2. **Activation**: After running the ComfyUI project, find the Copilot activation button at the top-right corner of the board to launch its service.
|
||||
<img src="assets/start.png"/>
|
||||
<<<<<<< HEAD
|
||||
3. **KeyGeneration**:Enter your email address on the link, the api-key will automatically be sent to your email address later.
|
||||
=======
|
||||
|
||||
3. **KeyGeneration**:Enter your name and email address on the link, and the api-key will automatically be sent to your email address later.
|
||||
>>>>>>> 62f0878737649971dd8c5e71c3c44e2328a38e74
|
||||
|
||||
<img src="assets/keygen.png"/>
|
||||
|
||||
---
|
||||
|
||||
## 🤝 Contributions
|
||||
|
||||
We welcome any form of contribution! Feel free to make issues, pull requests, or suggest new features.
|
||||
|
||||
---
|
||||
|
||||
## 📞 Contact Us
|
||||
|
||||
For any queries or suggestions, please feel free to contact: ComfyUI-Copilot@service.alibaba.com.
|
||||
|
||||
---
|
||||
|
||||
## 📚 License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE](https://opensource.org/licenses/MIT) file for details.
|
BIN
docs/ComfyUI-Copilot/assets/Framework.png
Normal file
After Width: | Height: | Size: 2 MiB |
BIN
docs/ComfyUI-Copilot/assets/comfycopilot_nodes_recommend.gif
Normal file
After Width: | Height: | Size: 7.4 MiB |
BIN
docs/ComfyUI-Copilot/assets/comfycopilot_nodes_search.gif
Normal file
After Width: | Height: | Size: 14 MiB |
BIN
docs/ComfyUI-Copilot/assets/keygen.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
docs/ComfyUI-Copilot/assets/logo 2.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
docs/ComfyUI-Copilot/assets/logo.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
docs/ComfyUI-Copilot/assets/start.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/ComfyUI-Copilot/assets/工作流检索.png
Normal file
After Width: | Height: | Size: 1.4 MiB |