ComfyUI
ComfyUI copied to clipboard
Add API polling to check the execution progress status of the current task
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
}