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

/prompt 

GET
http://192.168.3.25:8188/prompt
获取服务器当前剩余任务列队的数量

请求参数

无

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://192.168.3.25:8188/prompt'

返回响应

🟢200成功
application/json
Body
exec_info
object 
必需
queue_remaining
integer 
必需
示例
{"exec_info": {"queue_remaining": 0}}
修改于 2024-07-08 12:14:22
上一页
/queue
下一页
/object_info
Built with