comfyui

Automate ComfyUI image, video, and audio workflows with parameter injection and output capture.

Updated May 12, 2026
One-click install
npx skills add https://github.com/hungthinh04/Hermes_AI_Agent --skill comfyui-hungthinh04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui
Source: https://github.com/hungthinh04/Hermes_AI_Agent/tree/main/skills/creative/comfyui
Command: npx skills add https://github.com/hungthinh04/Hermes_AI_Agent --skill comfyui-hungthinh04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires comfy-cli, requests, websocket-client, torch, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It removes the friction of installing, launching, validating, and operating ComfyUI so people can generate media without manually wiring nodes or chasing missing models.

Core Features & Use Cases

  • Launches and manages ComfyUI locally or through Comfy Cloud.
  • Runs API-format workflows with prompt, seed, image, and batch parameter injection.
  • Checks dependencies, downloads outputs safely, and supports image, video, audio, inpaint, upscale, and animation pipelines.

Quick Start

Ask me to set up ComfyUI or run a specific workflow with your prompt, input image, and preferred output settings.

Frequently Asked Questions about comfyui

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

FAQPage Schema
How do I automate Stable Diffusion image generation workflows?

You can automate Stable Diffusion image generation by running API-format ComfyUI workflows with prompt, seed, image, and batch parameter injection. This handles the entire ComfyUI lifecycle locally or via Comfy Cloud, managing dependencies and capturing generated outputs.

What is an API-format workflow in ComfyUI?

An API-format workflow is a structured JSON representation of your ComfyUI node graph required for automated execution. This Skill uses these workflows to inject parameters directly, enabling text-to-image, upscaling, and animation pipelines without manual node wiring.

Do I need comfy-cli installed to run ComfyUI media workflows?

Yes, comfy-cli is a required dependency for lifecycle management when running ComfyUI media workflows. This relies on comfy-cli alongside websocket-client and torch to launch, validate, and route REST/WebSocket requests for local and cloud generation tasks.

Can I run text-to-image and inpainting pipelines on Comfy Cloud?

Yes, you can run text-to-image and inpainting pipelines on Comfy Cloud. This supports cloud-aware model and file handling, allowing you to execute image, video, and audio generation workflows through either a local ComfyUI instance or the Comfy Cloud environment.

What's the best way to handle missing models in ComfyUI?

The best way to handle missing models in ComfyUI is to use an automation process that performs model checking and dependency validation before execution. This removes the friction of chasing missing models by validating dependencies and safely downloading outputs during workflow execution.

Why does my ComfyUI workflow execution fail during batch generation?

ComfyUI workflow execution may fail during batch generation if dependencies like torch or websocket-client are missing, or if the workflow is not in API-format. This prevents these issues by checking dependencies, validating models, and routing parameters correctly before execution.