ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Add API polling to check the execution progress status of the current task

Open hmwl opened this issue 1 year ago • 0 comments

Implement the get method to poll the api/node_stus to obtain the number of nodes that need to be executed and the current execution to which node

Example results:

{
  "total_nodes": 7,
  "executed_nodes": 6
}

hmwl avatar Nov 09 '24 08:11 hmwl