Merge branch 'deepseek-ai:main' into main

This commit is contained in:
Jerry Z H 2025-02-24 19:26:29 +08:00 committed by GitHub
commit e2798ab55d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 175 additions and 1 deletions

View file

@ -18,6 +18,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
### Applications
<table>
<tr>
<td><img src="https://github.com/ThinkInAIXYZ/deepchat/blob/main/build/icon.png?raw=true" alt="Icon" width="64" height="auto" style="border-radius: 10px" /></td>
<td><a href="https://github.com/ThinkInAIXYZ/deepchat/blob/main/README.md">DeepChat</a></td>
<td>DeepChat is a fully free desktop smart assistant, with a powerful DeepSeek large model, supporting multi-round conversations, internet search, file uploads, knowledge bases, and more.</td>
</tr>
<tr>
<td width=80> <img src="https://avatars.githubusercontent.com/u/171659527?s=400&u=39906ab3b6e2066f83046096a66a77fb3f8bb836&v=4" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/quantalogic/quantalogic">Quantalogic</a> </td>
@ -288,7 +293,7 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
</tr>
<tr>
<td> <img src="https://rig.rs/assets/favicon.png" alt="Icon" width="64" height="auto" alt="Rig (Rust)" /> </td>
<td> <a href="https://rig.rs/)](https://rig.rs/">RIG</a> </td>
<td> <a href="https://rig.rs">RIG</a> </td>
<td>Build modular and scalable LLM Applications in Rust.</td>
</tr>
<tr>
@ -344,6 +349,16 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
</table>
### FHE (Fully Homomorphic Encryption) frameworks
<table>
<tr>
<td> <img src="./docs/fhe.mind-network/mind-network-log.png" alt="Icon" width="200" height="auto" /> </td>
<td> <a href="https://github.com/mind-network/mind-sdk-deepseek-rust"> Mind FHE Rust SDK </a> </td>
<td> <p>An open-source SDK for encrypting AI with Fully Homomorphic Encryption (FHE) and integrating with Mind Network for agent consensus. FHE is considered the <b>holy grail of cryptography</b>, enabling computations directly on encrypted data without the need for decryption. With FHE, agents can safeguard their privacy while using Deepseek, ensuring both model integrity and result consensus -<b> all without exposing their data </b>- by connecting to Mind Network. The SDK <a href="https://github.com/mind-network/mind-sdk-deepseek-rust"> source code </a> is implemented in pure <b>Rust</b>> and the package also available on <a href="https://crates.io/crates/mind_sdk_deepseek"> crates.io </a>. </p> </td>
</tr>
</table>
### Solana frameworks
<table>
@ -688,10 +703,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>

View file

@ -18,6 +18,11 @@
### 应用程序
<table>
<tr>
<td><img src="https://github.com/ThinkInAIXYZ/deepchat/blob/main/build/icon.png?raw=true" alt="Icon" width="64" height="auto" style="border-radius: 10px" /></td>
<td><a href="https://github.com/ThinkInAIXYZ/deepchat/blob/main/README.md">DeepChat</a></td>
<td>DeepChat 是一款完全免费的桌面端智能助手,内置强大的 DeepSeek 大模型,支持多轮对话、联网搜索、文件上传、知识库等多种功能。</td>
</tr>
<tr>
<td style="font-size: 64px" align="center"> 🤖</td>
<td> <a href="https://github.com/wangrongding/wechat-bot/blob/main/README.md"> Wechat-Bot </a></td>
@ -262,6 +267,16 @@
</tr>
</table>
### FHE (全同态加密) frameworks
<table>
<tr>
<td> <img src="./docs/fhe.mind-network/mind-network-log.png" alt="Icon" width="200" height="auto" /> </td>
<td> <a href="https://github.com/mind-network/mind-sdk-deepseek-rust"> Mind FHE Rust SDK </a> </td>
<td> <p>一个开源 SDK可使用**全同态加密FHE**对 AI 进行加密实现代理共识。FHE被誉为密码学的圣杯能够在无需解密的情况下直接对加密数据进行计算。借助FHE代理在使用Deepseek时可以保护隐私同时确保模型的完整性和计算结果的一致性无需暴露任何数据。该SDK的<a href="https://github.com/mind-network/mind-sdk-deepseek-rust">源代码</a>采用纯Rust实现并可在<a href="https://crates.io/crates/mind_sdk_deepseek">crates.io</a>获取</p> </td>
</tr>
</table>
### Solana 框架
@ -488,6 +503,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>

View file

@ -18,6 +18,11 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取
### アプリケーション
<table>
<tr>
<td><img src="https://github.com/ThinkInAIXYZ/deepchat/blob/main/build/icon.png?raw=true" alt="Icon" width="64" height="auto" style="border-radius: 10px" /></td>
<td><a href="https://github.com/ThinkInAIXYZ/deepchat/blob/main/README.md">DeepChat</a></td>
<td>DeepChat は、強力な DeepSeek モデルを内蔵した完全に無料のデスクトップ インテリジェント アシスタントです。複数ラウンドの会話、オンライン検索、ファイルのアップロード、ナレッジ ベースなどの複数の機能をサポートします。</td>
</tr>
<tr>
<td> <img src="https://avatars.githubusercontent.com/u/171659527?s=400&u=39906ab3b6e2066f83046096a66a77fb3f8bb836&v=4" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/quantalogic/quantalogic">Quantalogic</a> </td>
@ -237,6 +242,16 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取
</tr>
</table>
### FHE フレームワーク
<table>
<tr>
<td> <img src="./docs/fhe.mind-network/mind-network-log.png" alt="Icon" width="200" height="auto" /> </td>
<td> <a href="https://github.com/mind-network/mind-sdk-deepseek-rust"> Mind FHE Rust SDK </a> </td>
<td> <p>AI を<b>完全準同型暗号FHE</b>で暗号化し、<b>Mind Network</b> と統合してエージェントのコンセンサスを実現するオープンソース SDK。FHE は<b>暗号学の聖杯</b>とされており、<b>復号せずに</b>暗号化データ上で直接計算を実行できます。FHE を活用することで、エージェントは <b>Deepseek</b> を使用しながらプライバシーを保護し、モデルの整合性と計算結果の合意を確保できます。さらに、<b>データを一切公開することなく</b> <b>Mind Network</b> に接続することで、このプロセスが実現されます。この SDK の<a href="https://github.com/mind-network/mind-sdk-deepseek-rust">ソースコード</a><b>純 Rust</b> で実装されており、<a href="https://crates.io/crates/mind_sdk_deepseek">crates.io</a> からも入手可能です。</p></td>
</tr>
</table>
### Solana フレームワーク
<table>
@ -480,6 +495,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>

View 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB