ComfyUI
  1. ComfyUI
ComfyUI
  • 🦊一分钟,了解StableDiffusion WebUI 和 ComfyUI !
  • Stable Diffusion WebUI
  • ComfyUI
    • /prompt
      POST
    • /history/{prompt_id}
      GET
    • /view
      GET
    • /upload/image
      POST
    • /upload/mask
      POST
    • /interrupt
      POST
    • /object_info/{node_class}
      GET
    • /system_stats
      GET
    • /history
      GET
    • /queue
      POST
    • /queue
      POST
    • /queue
      GET
    • /prompt 
      GET
    • /object_info
      GET
    • /view_metadata/{folder_name}
      POST
  1. ComfyUI

/queue

POST
http://192.168.3.25:8188/queue
清除列队/无返回信息则为成功

请求参数

Body 参数application/json
object {0}
示例

{
  "clear":true
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://192.168.3.25:8188/queue' \
--header 'Content-Type: application/json' \
--data-raw '{
  "clear":true
}'

返回响应

🟢200成功
text/plain
Body
object {0}
修改于 2024-07-08 12:14:29
上一页
/history
下一页
/queue
Built with