comfy_watch_progress
Monitor the execution progress of a prompt in ComfyUI by polling EventManager with a prompt_id, returning a structured WatchProgressFrame for each update.
Instructions
Poll EventManager for a prompt's execution progress. Returns structured WatchProgressFrame.
Args: prompt_id: The prompt ID to watch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | no_progress | |
| progress | No | ||
| elapsed_s | No | ||
| prompt_id | Yes | ||
| timestamp | No | ||
| max_progress | No |