Skip to content

Commit 4e48ad1

Browse files
committed
Merge branch 'main' of https://github.com/AIDC-AI/ComfyUI-Copilot into main
2 parents 25f5658 + 135ca09 commit 4e48ad1

File tree

14 files changed

+159
-128
lines changed

14 files changed

+159
-128
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
<div align="center">
1010
<img src="https://img.shields.io/badge/Version-1.0.0-blue.svg" alt="Version">
1111
<img src="https://img.shields.io/badge/License-MIT-green.svg" alt="License">
12-
<img src="https://img.shields.io/github/stars/your-repo/ComfyUI-Copilot?color=yellow" alt="Stars">
13-
<img src="https://img.shields.io/github/issues/your-repo/ComfyUI-Copilot?color=red" alt="Issues">
12+
<img src="https://img.shields.io/github/stars/AIDC-AI/ComfyUI-Copilot?color=yellow" alt="Stars">
13+
<img src="https://img.shields.io/github/issues/AIDC-AI/ComfyUI-Copilot?color=red" alt="Issues">
1414
<img src="https://img.shields.io/badge/python-3.10%2B-purple.svg" alt="Python">
1515

1616
</h4>
1717

1818

19-
👾 _**Alibaba International Digital Commerce**_
19+
👾 _**AIDC**_
2020

2121
[**Github**](https://github.com/AIDC-AI/ComfyUI-Copilot) 📑
2222

2323
</div>
2424

25-
https://github.com/user-attachments/assets/0372faf4-eb64-4aad-82e6-5fd69f349c2c
25+
<视频链接占位符>
2626

2727
## 🌟 Introduction
2828

@@ -34,7 +34,6 @@ Whether it's generating text, images, or audio, ComfyUI-Copilot offers intuitive
3434
<img src="assets/Framework.png"/>
3535
</div>
3636

37-
3837
---
3938

4039
## 🤔 Why Choose ComfyUI-Copilot?
@@ -64,23 +63,23 @@ Whether it's generating text, images, or audio, ComfyUI-Copilot offers intuitive
6463

6564
## 🚀 Getting Started
6665

67-
**Repository Overview**: Visit the [GitHub Repository](https://github.com/AIDC-AI/ComfyUI-Copilot) to access the complete codebase.
66+
**Repository Overview**: Visit the [GitHub Repository](https://code.alibaba-inc.com/aidc-innovation/ComfyUI-Copilot) to access the complete codebase.
6867

6968
1. **Installation**:
7069

7170
```bash
7271
cd ComfyUI/custom_nodes
73-
git clone git@github.com:AIDC-AI/ComfyUI-Copilot.git
72+
git clone git@gitlab.alibaba-inc.com:aidc-innovation/ComfyUI-Copilot.git
7473
```
7574

7675
or
7776

7877
```bash
7978
cd ComfyUI/custom_nodes
80-
git clone https://github.com/AIDC-AI/ComfyUI-Copilot
79+
git clone http://gitlab.alibaba-inc.com/aidc-innovation/ComfyUI-Copilot.git
8180
```
8281
2. **Activation**: After running the ComfyUI project, find the Copilot activation button at the top-right corner of the board to launch its service.
83-
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.
8483

8584
---
8685

assets/logo.png

45.2 KB
Loading

dist/copilot_web/App-BygKR5_7.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

dist/copilot_web/App-ZU9wZLJP.js

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

dist/copilot_web/assets/input-CAIoqnDa.css renamed to dist/copilot_web/assets/input-CH_9SpKL.css

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

dist/copilot_web/input.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.
Lines changed: 100 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "ComfyUI-Copilot"
33
description = ""
4-
version = "1.0.0"
4+
version = "1.0.1"
55
license = {file = "LICENSE"}
66

77
[project.urls]
@@ -11,4 +11,4 @@ Repository = "https://github.com/AIDC-AI/ComfyUI-Copilot"
1111
[tool.comfy]
1212
PublisherId = "yx9966"
1313
DisplayName = "ComfyUI-Copilot"
14-
Icon = ""
14+
Icon = ""

ui/src/App.tsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import React, { useRef, useState, useEffect } from "react";
55
import { DRAWER_Z_INDEX } from "./const";
66
import { COPILOT_EVENTS } from "./constants/events";
7+
import logoImage from '../../assets/logo.png';
78
const WorkflowChat = React.lazy(() => import("./workflowChat/workflowChat"));
89

910
export default function App() {
@@ -84,9 +85,15 @@ export default function App() {
8485
onClick={() => {
8586
setShowChat(true);
8687
}}
87-
className="px-4 py-2 border border-gray-300 rounded-md bg-white text-black hover:bg-green-600 transition-colors select-none w-32"
88+
className="px-2 py-1 border border-gray-300 rounded-md bg-white text-black hover:bg-blue-300 hover:font-bold transition-colors select-none w-40 flex items-center space-x-1"
89+
style={{ marginLeft: "-40px" }}
8890
>
89-
Copilot
91+
<img
92+
src={logoImage}
93+
alt="ComfyUI-Copilot Logo"
94+
className="h-8 w-8"
95+
/>
96+
<span className="text-[14px] font-medium text-gray-800">ComfyUI-Copilot</span>
9097
</button>
9198
<WorkflowChat
9299
onClose={() => {

0 commit comments

Comments
 (0)