comfyui

Automate ComfyUI generative workflows with parameter injection and local or cloud routing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the end-to-end setup and execution of ComfyUI workflows, enabling you to install, launch, manage nodes/models, and run parameter-driven tasks without manual setup.

Core Features & Use Cases

  • Install, launch, and manage ComfyUI locally or via Comfy Cloud with a unified CLI workflow.
  • Inject prompt and parameter values into API-format workflows, run batch tasks, and gather outputs (images, video, audio).
  • Support embedding and model-dependency checks to ensure required assets are present.

Quick Start

Load a sample Flux Dev workflow and inject a prompt to generate an image.

Frequently Asked Questions about comfyui

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

FAQPage Schema
How do I automate ComfyUI workflows with custom parameters?

Automate ComfyUI workflows by injecting user-specified parameters into API-format workflows, then routing execution locally or to Comfy Cloud. This handles batch runs and parameter sweeps across image, video, and audio generation tasks automatically.

Can I run ComfyUI generative workflows on both local installations and Comfy Cloud?

Yes, ComfyUI workflow automation supports both local installations and Comfy Cloud routing. It manages installation, launching, and node/model management across both environments using a unified CLI workflow.

What is an API-format workflow in ComfyUI and when do I need it?

An API-format workflow in ComfyUI is a structured JSON representation required for programmatic automation. You need it to inject prompts and parameters dynamically, enabling automated batch runs instead of manual UI configuration.

Does ComfyUI workflow automation check for missing models and embeddings before running?

Yes, ComfyUI workflow automation performs embedding and model-dependency checks to ensure required assets are present before execution. This prevents runtime failures by verifying that all necessary models are loaded.

How do I safely download generated images and video from ComfyUI batch runs?

Safely download generated images, video, and audio from ComfyUI batch runs using the Skill's built-in path traversal protection. This ensures output files are gathered securely without directory traversal vulnerabilities.