progress

Retrieve current node, progress percentage, and status of ComfyUI jobs.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/hybridindie/comfyui_mcp --skill progress-hybridindie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress
Source: https://github.com/hybridindie/comfyui_mcp/tree/main/skills/progress
Command: npx skills add https://github.com/hybridindie/comfyui_mcp --skill progress-hybridindie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides users with a means to monitor the current status and progress of running ComfyUI jobs, facilitating better workflow management and debugging.

Core Features & Use Cases

  • Progress Monitoring: Display current node, percentage completion, and status of ongoing jobs.
  • Workflow Oversight: Enable users to verify active jobs and their evolution over time.
  • Use Case: A user triggers an image generation and wants to observe its progress step-by-step, checking at intervals until completion.

Quick Start

Call comfyui_get_progress with a specific prompt ID to see the current execution status and progress details of a running job.

Frequently Asked Questions about progress

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor real-time execution progress in ComfyUI workflows?

You can monitor real-time ComfyUI execution progress by querying the API with a specific prompt ID to retrieve the current processing node, progress percentage, and active job status.

What ComfyUI job details can I check during active image generation?

During active ComfyUI image generation, you can check the current processing node, percentage completion, and execution status to track workflow evolution step-by-step until completion.

Can I use this to debug complex ComfyUI workflows that are not finishing?

Yes, monitoring real-time execution progress in ComfyUI workflows facilitates debugging by showing the current processing node and job status, enabling timely intervention when a complex workflow stalls.

Do I need a specific prompt ID to track ComfyUI job status?

Yes, retrieving real-time progress updates for a ComfyUI job requires a specific prompt ID to query the API and return the correct execution status and progress details.

What is the best way to verify if a ComfyUI job is actively running?

The best way to verify an active ComfyUI job is to query the progress endpoint with the prompt ID to confirm the current execution status, active node, and completion percentage.

How does ComfyUI progress monitoring handle workflow oversight for long-running jobs?

ComfyUI progress monitoring handles workflow oversight by allowing users to query execution status at intervals, verifying that long-running jobs are still active and evolving over time without stalling.