comfyui_get_progress
Check workflow execution progress by prompt ID to get status, queue position, and output files.
Instructions
Get the current execution progress for a workflow via HTTP.
Returns status (queued/running/completed/error/unknown), queue position,
and output files when available. Step progress and current node are only
available when using wait=True on run_workflow/generate_image (WebSocket).
Args:
prompt_id: The prompt_id returned by run_workflow or generate_image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||