diff --git a/README.md b/README.md index 445feb2..e10079b 100644 --- a/README.md +++ b/README.md @@ -698,10 +698,16 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
+
+
+- 💎 **Node Query System**: Dive deeper into nodes by exploring their explanations, parameter definitions, usage tips, and downstream workflow recommendations.
+
+
+- 💎 **Smart Workflow Assistance**: Automatically discern developer needs to recommend and build fitting workflow frameworks, minimizing manual setup time.
+
+
+- 💎 **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.
+
+<<<<<<< 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
+
+
+
+---
+
+## 🤝 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.
diff --git a/docs/ComfyUI-Copilot/assets/Framework.png b/docs/ComfyUI-Copilot/assets/Framework.png
new file mode 100644
index 0000000..400f0ba
Binary files /dev/null and b/docs/ComfyUI-Copilot/assets/Framework.png differ
diff --git a/docs/ComfyUI-Copilot/assets/comfycopilot_nodes_recommend.gif b/docs/ComfyUI-Copilot/assets/comfycopilot_nodes_recommend.gif
new file mode 100644
index 0000000..0b46c48
Binary files /dev/null and b/docs/ComfyUI-Copilot/assets/comfycopilot_nodes_recommend.gif differ
diff --git a/docs/ComfyUI-Copilot/assets/comfycopilot_nodes_search.gif b/docs/ComfyUI-Copilot/assets/comfycopilot_nodes_search.gif
new file mode 100644
index 0000000..6793ca8
Binary files /dev/null and b/docs/ComfyUI-Copilot/assets/comfycopilot_nodes_search.gif differ
diff --git a/docs/ComfyUI-Copilot/assets/keygen.png b/docs/ComfyUI-Copilot/assets/keygen.png
new file mode 100644
index 0000000..6dc1211
Binary files /dev/null and b/docs/ComfyUI-Copilot/assets/keygen.png differ
diff --git a/docs/ComfyUI-Copilot/assets/logo 2.png b/docs/ComfyUI-Copilot/assets/logo 2.png
new file mode 100644
index 0000000..179510c
Binary files /dev/null and b/docs/ComfyUI-Copilot/assets/logo 2.png differ
diff --git a/docs/ComfyUI-Copilot/assets/logo.png b/docs/ComfyUI-Copilot/assets/logo.png
new file mode 100644
index 0000000..3237ccf
Binary files /dev/null and b/docs/ComfyUI-Copilot/assets/logo.png differ
diff --git a/docs/ComfyUI-Copilot/assets/start.png b/docs/ComfyUI-Copilot/assets/start.png
new file mode 100644
index 0000000..10500b3
Binary files /dev/null and b/docs/ComfyUI-Copilot/assets/start.png differ
diff --git a/docs/ComfyUI-Copilot/assets/工作流检索.png b/docs/ComfyUI-Copilot/assets/工作流检索.png
new file mode 100644
index 0000000..6c9c862
Binary files /dev/null and b/docs/ComfyUI-Copilot/assets/工作流检索.png differ