comfyui

Run ComfyUI workflows programmatically via REST API and WebSocket.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill comfyui-lamseyahelias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui
Source: https://github.com/LamseyahElias/jarvis-cloud-v2/tree/main/hermes-agent/skills/creative/comfyui
Command: npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill comfyui-lamseyahelias

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

ComfyUI users need a unified, scriptable way to orchestrate end-to-end media generation workflows across local and cloud deployments, including injecting prompts, launching runs, and collecting results.

Core Features & Use Cases

  • Orchestrates end-to-end ComfyUI runs across local and cloud environments
  • Injects user parameters, handles API-key routing, and manages outputs
  • Supports on-demand resources (scripts, references, assets) for workflow execution and documentation
  • Use Case: automate batch image/video generation and retrieval for content pipelines

Quick Start

Use the ComfyUI skill to orchestrate local or cloud workflows via REST/WebSocket and automatically download outputs.

Frequently Asked Questions about comfyui

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

FAQPage Schema
How do I automate ComfyUI workflow execution via API?

You can automate ComfyUI workflow execution by using the skill to programmatically inject parameters, submit jobs via the REST API, and download outputs from local or cloud deployments.

Can I run ComfyUI workflows on the cloud and retrieve media automatically?

Yes, the skill supports cloud deployments by handling optional cloud authentication, API-key routing, and automatically downloading generated media outputs after job completion.

How does WebSocket streaming work with ComfyUI automation?

WebSocket streaming is supported to handle real-time communication during workflow execution, allowing the skill to monitor and manage end-to-end media generation runs across environments.

Do I need Python to script ComfyUI batch generation?

Yes, scripting ComfyUI batch generation requires Python 3.10 or higher, a compatible ComfyUI environment, and optionally the comfy-cli tool for lifecycle management.

What is the best way to orchestrate local and cloud ComfyUI runs in one pipeline?

The best way to orchestrate both local and cloud ComfyUI runs is using a unified scriptable interface that manages API-key routing, submits jobs, and collects results into content pipelines.