comfy

Automate ComfyUI setup, workflow composition, and job execution from the command line.

931|144|Updated Apr 14, 2024
One-click install
npx skills add https://github.com/Comfy-Org/comfy-cli --skill comfy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfy
Source: https://github.com/Comfy-Org/comfy-cli/tree/main/comfy_cli/skills/comfy
Command: npx skills add https://github.com/Comfy-Org/comfy-cli --skill comfy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of setting up, routing, and operating ComfyUI by giving you a single command-line surface for discovery, execution, and workflow management.

Core Features & Use Cases

  • Local and cloud control: Launch or route ComfyUI jobs across local installs and Comfy Cloud with consistent JSON envelopes and error handling.
  • Workflow building: Create repeatable media pipelines with templates, fragments, and blueprints instead of hand-editing raw workflow JSON.
  • Discovery and validation: Inspect nodes, models, templates, and workflow slots before you run so you can choose the right assets and wiring.
  • Operational automation: Install ComfyUI, manage custom nodes and models, run jobs, watch progress, cancel runs, and download outputs from the terminal.
  • Use case: A developer can survey available image or video nodes, compose a reusable workflow, submit it, and track the result without leaving the shell.

Quick Start

Ask the skill to install ComfyUI, discover the right nodes or models, and run a ComfyUI workflow for your target media task.

Frequently Asked Questions about comfy

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

FAQPage Schema
How do I run ComfyUI workflows from the command line?

You can run ComfyUI workflows from the command line by sending structured JSON command envelopes to the skill, which automates job execution, tracks progress, and downloads outputs directly from your terminal.

Can I route media generation jobs to both local and cloud ComfyUI installs?

Yes, you can route media generation jobs to both local and cloud environments. The skill uses routing awareness to launch ComfyUI jobs across local installs and Comfy Cloud with consistent JSON envelopes and error handling.

What is the best way to build reusable ComfyUI media pipelines without editing raw JSON?

The best way to build reusable ComfyUI media pipelines is by using templates, fragments, and blueprints. This approach lets you compose repeatable workflows for image, video, audio, and 3D tasks without hand-editing raw workflow JSON.

How do I discover and validate ComfyUI nodes, models, and templates before running a workflow?

To discover and validate ComfyUI nodes, models, and templates, you can inspect available workflow slots and assets directly from the terminal before execution, ensuring correct wiring and reliable operation.

Do I need to manually install custom nodes and models to automate ComfyUI setup?

No, you do not need to manually install custom nodes and models. The skill operationalizes ComfyUI setup by managing custom nodes, selecting models, and installing the environment automatically from the shell.

Why does my ComfyUI workflow fail when submitted from the terminal?

ComfyUI workflows often fail due to invalid node wiring or missing model assets. The skill validates nodes, templates, models, and workflow slots using structured JSON envelopes to ensure reliable operation before execution.