Skip to content

Commit 7c38a5d

Browse files
author
ai-business-hql
committed
feat: v2.0上线
1 parent 64ab575 commit 7c38a5d

10 files changed

+34
-39
lines changed

README_CN.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,24 +100,19 @@ https://github.com/user-attachments/assets/0372faf4-eb64-4aad-82e6-5fd69f349c2c
100100

101101
**仓库概览**:访问 [GitHub 仓库](https://github.com/AIDC-AI/ComfyUI-Copilot) 以获取完整代码库。
102102

103-
#### 内测版本的安装
104-
目前只支持通过git来安装。
105-
106-
1. 用git把ComfyUI-Copilot的mcp分支安装到ComfyUI的custom_nodes目录下:
103+
#### 安装
104+
1. 用git把ComfyUI-Copilot安装到ComfyUI的custom_nodes目录下:
107105

108106
```bash
109107
cd ComfyUI/custom_nodes
110108
git clone [email protected]:AIDC-AI/ComfyUI-Copilot.git
109+
```
110+
111111
112+
113+
```bash
112114
cd ComfyUI/custom_nodes
113115
git clone https://github.com/AIDC-AI/ComfyUI-Copilot
114-
* 至此main分支就已经安装好了
115-
116-
git fetch origin mcp
117-
git checkout -b mcp origin/mcp
118-
git pull
119-
* 至此mcp分支就下载好了
120-
121116
```
122117

123118
2. 在ComfyUI的custom_nodes目录下,找到ComfyUI-Copilot目录,安装ComfyUI-Copilot的依赖

backend/utils/globals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Author: ai-business-hql [email protected]
33
Date: 2025-08-08 17:14:52
44
LastEditors: ai-business-hql [email protected]
5-
LastEditTime: 2025-08-14 05:28:04
5+
LastEditTime: 2025-08-15 18:43:06
66
FilePath: /comfyui_copilot/backend/utils/globals.py
77
Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
88
'''
@@ -91,6 +91,6 @@ def set_comfyui_copilot_api_key(api_key: str) -> None:
9191
_global_state.set('comfyui_copilot_api_key', api_key)
9292

9393

94-
LLM_DEFAULT_BASE_URL = "https://comfyui-copilot-server-pre.onrender.com/v1"
94+
LLM_DEFAULT_BASE_URL = "https://comfyui-copilot-server.onrender.com/v1"
9595
# LLM_DEFAULT_BASE_URL = "http://127.0.0.1:8000/v1"
9696
CLAUDE_4_MODEL_NAME = "us.anthropic.claude-sonnet-4-20250514-v1:0"

dist/copilot_web/App-C0o5C2hP.js renamed to dist/copilot_web/App-DBKTxFrw.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/copilot_web/DebugGuide-BvsXi6k_.js renamed to dist/copilot_web/DebugGuide-Bj-bd-LR.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/copilot_web/DebugResult-Vu_1IAtb.js renamed to dist/copilot_web/DebugResult-DtZLzfc2.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/copilot_web/WorkflowOption-9I0N4Yw9.js renamed to dist/copilot_web/WorkflowOption-CWvUunlS.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)