comfyui-gateway

Expose ComfyUI workflows, jobs, and outputs through a REST API gateway.

54|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/hainamchung/agent-assistant --skill comfyui-gateway-hainamchung
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: comfyui-gateway
Source: https://github.com/hainamchung/agent-assistant/tree/main/skills/comfyui-gateway
Command: npx skills add https://github.com/hainamchung/agent-assistant --skill comfyui-gateway-hainamchung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

REST API gateway for ComfyUI servers to manage workflows, jobs, and outputs at scale.

Core Features & Use Cases

  • REST API gateway for ComfyUI servers with workflow management, job queuing, webhooks, caching, and multi-backend storage.
  • Supports authentication, rate limiting, and memory-safe operations to integrate ComfyUI into applications, pipelines, and monitoring dashboards.
  • Use cases include automated image-generation pipelines, cross-team collaboration, and webhook-driven result delivery.

Quick Start

Install and configure the gateway, then run it to start submitting and managing ComfyUI jobs.

Frequently Asked Questions about comfyui-gateway

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

FAQPage Schema
How do I manage ComfyUI workflows through a REST API?▼

You can manage ComfyUI workflows through a REST API by using a gateway that exposes endpoints for workflow submission, job queuing, and output retrieval. This enables automated image generation pipelines and programmatic control.

What is a ComfyUI gateway and when do I need one for image generation?▼

A ComfyUI gateway is a production-grade REST API layer that adds authentication, rate limiting, and job queuing to ComfyUI servers. You need one when integrating image generation into applications, multi-agent orchestration, or cross-team pipelines.

Can I use webhooks to receive ComfyUI job results automatically?▼

Yes, you can use webhooks to receive ComfyUI job results automatically. The gateway supports webhook-driven workflows, delivering job status, logs, and outputs directly to your specified endpoints upon completion.

Does this ComfyUI API gateway support authentication and rate limiting for multiple teams?▼

Yes, this ComfyUI API gateway supports authentication and rate limiting for multiple teams. It is designed for scalable, secure operations, enabling cross-team collaboration and integration into monitoring dashboards.

How do I set up a queue-driven job lifecycle for ComfyUI servers?▼

You set up a queue-driven job lifecycle by configuring the gateway to manage ComfyUI jobs. The gateway handles job status tracking, logs, and outputs, utilizing caching and pluggable storage backends for memory-safe operations.