Skip to content

Commit 849b2d4

Browse files
committed
更新readme
1 parent 789fbf5 commit 849b2d4

File tree

2 files changed

+26
-10
lines changed

2 files changed

+26
-10
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ ComfyUI-OneAPI is a plugin that provides simple REST API interfaces for ComfyUI,
66

77
## ⚡️ Quick Start
88

9+
### 📦 Installation
10+
11+
1. Open terminal/command line
12+
2. Navigate to ComfyUI's custom_nodes directory:
13+
```bash
14+
cd ComfyUI/custom_nodes
15+
```
16+
3. Clone this repository:
17+
```bash
18+
git clone https://github.com/puke/ComfyUI-OneAPI.git
19+
```
20+
4. Restart ComfyUI
21+
922
### 🚀 Execute Workflow with Just One Request
1023

1124
```bash
@@ -75,11 +88,6 @@ When your workflow has multiple SaveImage nodes, easily distinguish different ou
7588

7689
## 📋 Advanced Features
7790

78-
### 📦 Installation
79-
80-
1. Download or clone this repository to the `custom_nodes` directory of ComfyUI
81-
2. Restart ComfyUI
82-
8391
### 🖥️ UI Features
8492

8593
This plugin adds convenient UI features to ComfyUI's interface:

README_CN.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ ComfyUI-OneAPI 是一个为 ComfyUI 提供简单REST API接口的插件,只需
66

77
## ⚡️ 快速开始
88

9+
### 📦 安装
10+
11+
1. 打开终端/命令行
12+
2. 切换到ComfyUI的custom_nodes目录:
13+
```bash
14+
cd ComfyUI/custom_nodes
15+
```
16+
3. 克隆此仓库:
17+
```bash
18+
git clone https://github.com/puke/ComfyUI-OneAPI.git
19+
```
20+
4. 重启ComfyUI
21+
922
### 🚀 仅需一个请求即可执行工作流
1023

1124
```bash
@@ -75,11 +88,6 @@ curl -X POST "http://localhost:8188/oneapi/v1/execute" \
7588

7689
## 📋 高级功能
7790

78-
### 📦 安装
79-
80-
1. 下载或克隆此仓库到ComfyUI的`custom_nodes`目录
81-
2. 重启ComfyUI
82-
8391
### 🖥️ 界面功能
8492

8593
此插件为 ComfyUI 界面添加了便捷的功能:

0 commit comments

Comments
 (0)