comfyui-api

Queue ComfyUI workflows via REST API and monitor execution.

86|24|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/MCKRUZ/ComfyUI-Expert --skill comfyui-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui-api
Source: https://github.com/MCKRUZ/ComfyUI-Expert/tree/main/skills/comfyui-api
Command: npx skills add https://github.com/MCKRUZ/ComfyUI-Expert --skill comfyui-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connects to a running ComfyUI instance to queue workflows, monitor execution, and retrieve results, enabling automation and integration into AI-driven pipelines.

Core Features & Use Cases

  • Online mode via REST API to test connectivity, queue workflows, poll status, and fetch outputs.
  • Offline mode to export and load workflow JSON for manual execution in ComfyUI.
  • Use Case: Automate end-to-end ComfyUI pipelines from a single control layer and monitor progress across multiple workflows.

Quick Start

Start by connecting to a running ComfyUI instance, then queue a workflow and monitor its progress.

Frequently Asked Questions about comfyui-api

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

FAQPage Schema
How do I automate ComfyUI workflows via API?

You can automate ComfyUI workflows by connecting to its REST API to queue workflows, poll execution status, and retrieve generated outputs. This enables integration into automated AI-driven pipelines.

Can I export ComfyUI workflows for offline use?

Yes, you can operate in offline mode by exporting and loading workflow JSON files. This allows for manual execution within ComfyUI without requiring a live server connection.

What do I need to connect to a running ComfyUI instance?

To connect to a running ComfyUI instance, you need network access to the server and standard CLI tools like curl or wget to execute the necessary REST API calls.

How does monitoring execution work for queued ComfyUI workflows?

Monitoring execution works by polling the ComfyUI REST API for workflow status after queuing. This allows you to track progress across multiple workflows from a single control layer.

What is the best way to integrate ComfyUI into an automated pipeline?

The best way to integrate ComfyUI is by using its REST API to queue workflows, monitor execution, and fetch outputs automatically, enabling end-to-end pipeline automation.