3.9 KiB
\ComfyuiApi
All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| get_running_node_api_comfy_fetch_running_node_get | GET /api/comfy/fetch/running/node | 根据任务数,获取运行节点 |
| query_task_status_api_comfy_async_task_status_get | GET /api/comfy/async/task/status | 查询任务状态 |
| submit_task_api_comfy_async_submit_task_post | POST /api/comfy/async/submit/task | 异步提交任务 |
| sync_execute_workflow_api_comfy_sync_execute_workflow_post | POST /api/comfy/sync/execute/workflow | 同步执行comfy工作流 |
get_running_node_api_comfy_fetch_running_node_get
serde_json::Value get_running_node_api_comfy_fetch_running_node_get(task_count) 根据任务数,获取运行节点
Parameters
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| task_count | Option<i32> | 运行任务的数目 | [default to 1] |
Return type
serde_json::Value
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
query_task_status_api_comfy_async_task_status_get
serde_json::Value query_task_status_api_comfy_async_task_status_get(task_id) 查询任务状态
Parameters
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| task_id | String | 任务id | [required] |
Return type
serde_json::Value
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
submit_task_api_comfy_async_submit_task_post
serde_json::Value submit_task_api_comfy_async_submit_task_post(prompt) 异步提交任务
Parameters
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| prompt | String | 工作流节点数据 | [required] |
Return type
serde_json::Value
Authorization
No authorization required
HTTP request headers
- Content-Type: application/x-www-form-urlencoded
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sync_execute_workflow_api_comfy_sync_execute_workflow_post
serde_json::Value sync_execute_workflow_api_comfy_sync_execute_workflow_post(prompt) 同步执行comfy工作流
Parameters
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| prompt | String | 工作流json字符穿 | [required] |
Return type
serde_json::Value
Authorization
No authorization required
HTTP request headers
- Content-Type: application/x-www-form-urlencoded
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]