Skip to content

Commit f7424a0

Browse files
author
晴知
committed
修复merge bug
1 parent 03dec36 commit f7424a0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Whether it's generating text, images, or audio, ComfyUI-Copilot offers intuitive
7979
git clone http://gitlab.alibaba-inc.com/aidc-innovation/ComfyUI-Copilot.git
8080
```
8181
2. **Activation**: After running the ComfyUI project, find the Copilot activation button at the top-right corner of the board to launch its service.
82-
3. **API Key Application**: For internal users, obtain the API key from the [access link](https://aidc-appsmith.alibaba-inc.com/app/comfyui-copilot-website/page1-677648e0b007d02d2b193eeb) and insert it on the Copilot settings page for uninterrupted ComfyUI-Copilot services.
82+
3. **API Key Application**: For internal users, obtain the API key from the [access link](https://form.typeform.com/to/tkg91K8D) and insert it on the Copilot settings page for uninterrupted ComfyUI-Copilot services.
8383

8484
---
8585

Diff for: pyproject.toml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[project]
2-
name = "comfyui-copilot"
2+
name = "ComfyUI-Copilot"
33
description = ""
44
version = "1.0.0"
5-
license = { file = "LICENSE" }
5+
license = {file = "LICENSE"}
66

77
[project.urls]
8-
Repository = "https://github.com/ai-business-hql/comfyUIAgent"
8+
Repository = "https://github.com/AIDC-AI/ComfyUI-Copilot"
9+
# Used by Comfy Registry https://comfyregistry.org
910

1011
[tool.comfy]
11-
PublisherId = "weixuan11"
12-
DisplayName = "comfyui-copilot"
12+
PublisherId = "yx9966"
13+
DisplayName = "ComfyUI-Copilot"
1314
Icon = ""

0 commit comments

Comments
 (0)