comfyui-gateway

Submit and track ComfyUI image-generation jobs via a centralized REST gateway.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ProgramadorBrasil/antigravity-skills --skill comfyui-gateway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui-gateway
Source: https://github.com/ProgramadorBrasil/antigravity-skills/tree/main/skills/comfyui-gateway
Command: npx skills add https://github.com/ProgramadorBrasil/antigravity-skills --skill comfyui-gateway

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This solution provides a centralized REST API gateway that orchestrates ComfyUI workflows, enabling scalable, secure, and observable image-generation processes across services.

Core Features & Use Cases

  • Workflow management and job queuing for ComfyUI-driven generation
  • Webhook callbacks, caching, and pluggable storage backends
  • Easy integration with dashboards, automation tools, and multi-user pipelines

Quick Start

Start a gateway instance and connect it to a running ComfyUI server to begin submitting and tracking image-generation jobs immediately.

Frequently Asked Questions about comfyui-gateway

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

FAQPage Schema
How do I expose ComfyUI workflows through a REST API for multi-user pipelines?

A REST gateway for ComfyUI provides API endpoints for health, capabilities, workflows, jobs, and outputs, enabling you to submit and track image-generation jobs across single or multi-node deployments.

How do I track ComfyUI image-generation job status using webhooks?

The gateway supports webhook callbacks to automatically notify your downstream services when image-generation jobs complete, streamlining the tracking process across multi-user pipelines.

Can I use custom storage backends for ComfyUI outputs in a multi-node deployment?

Yes, the gateway supports pluggable storage backends and caching, allowing you to manage and retrieve ComfyUI outputs across multi-node deployments in production-like environments.

What is the best way to add rate limiting and authentication to ComfyUI automation?

Implementing a centralized REST gateway provides pluggable auth and rate limiting for ComfyUI workflows, securing automation tools and multi-user pipelines with built-in admin controls.

Does the ComfyUI REST gateway require a specific ComfyUI server version to run?

The gateway requires a running ComfyUI server instance to function, acting as an intermediary layer that orchestrates workflows, queues, and multi-backend storage without specifying server version dependencies.