cli-anything-comfyui

Manage ComfyUI workflows, models, and image downloads via CLI.

1|Updated Jun 13, 2025
One-click install
npx skills add https://github.com/quazfenton/binG --skill cli-anything-comfyui-quazfenton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-comfyui
Source: https://github.com/quazfenton/binG/tree/main/.agents/skills/CLI-Anything-main/CLI-Anything-main/comfyui/agent-harness/cli_anything/comfyui/skills
Command: npx skills add https://github.com/quazfenton/binG --skill cli-anything-comfyui-quazfenton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This CLI provides a streamlined, non-GUI method to manage ComfyUI workflows, queue tasks, download results, and inspect model configurations from the command line.

Core Features & Use Cases

  • Manage workflows via a robust CLI with queueing, loading, and validation capabilities.
  • Handle model discovery and management, workflow execution, and image retrieval without a GUI.
  • Ideal for automation pipelines, agents, and developers integrating ComfyUI into scripts and tools.

Quick Start

Install the cli-anything-comfyui package and start an interactive REPL to begin managing workflows.

Frequently Asked Questions about cli-anything-comfyui

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

FAQPage Schema
How do I manage ComfyUI workflows from the command line without a GUI?

You can automate ComfyUI workflow management via a CLI that queues tasks, manages models, monitors queues, and downloads images through the local ComfyUI REST API server.

Can I automate ComfyUI image generation and download results in scripts?

Yes, you can automate ComfyUI image generation in scripts by executing workflows and downloading generated images via command line commands that output JSON for machine consumption.

Does ComfyUI CLI support interactive REPL for workflow queueing?

Yes, ComfyUI CLI supports an interactive REPL for workflow queueing, allowing you to load, validate, and execute workflows while monitoring queue status directly from your terminal.

How do I inspect and manage ComfyUI models via CLI?

You inspect and manage ComfyUI models via CLI by executing model discovery commands that query the local ComfyUI REST API server to retrieve available model configurations.

What is the best way to integrate ComfyUI into an automation pipeline?

The best way to integrate ComfyUI into an automation pipeline is using a CLI that outputs JSON for machine consumption and connects directly to the local ComfyUI REST API server.

Do I need a local ComfyUI server running to use the CLI workflow manager?

Yes, you need a local ComfyUI REST API server running because the CLI workflow manager sends API requests to queue workflows, manage models, and download generated images.