comfyui

Execute and manage ComfyUI generative AI workflows via REST and WebSocket APIs.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill comfyui-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/creative/comfyui
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill comfyui-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the complexity of managing local or cloud-based generative AI pipelines, allowing users to execute, monitor, and batch-process professional-grade image, video, and audio workflows without manual UI interaction.

Core Features & Use Cases

  • Workflow Execution: Run complex API-format JSON workflows for Stable Diffusion, Flux, and video models like Wan or AnimateDiff.
  • Lifecycle Management: Automate the installation, health checking, and dependency resolution of ComfyUI nodes and models.
  • Batch Processing: Execute large-scale generation sweeps with parameter injection and real-time WebSocket monitoring.

Quick Start

Use the comfyui skill to run the workflow file named flux_dev.json with the prompt a cinematic sunset over the ocean and save the output to the local folder named outputs.

Frequently Asked Questions about comfyui

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

FAQPage Schema
How do I run Stable Diffusion workflows via API without manual UI interaction?

You can execute Stable Diffusion workflows by sending API-format JSON to the ComfyUI REST and WebSocket APIs. This allows automated generative AI pipeline execution, monitoring, and batch processing for images and video without manual UI interaction.

What is API-format JSON workflow execution for generative AI pipelines?

API-format JSON workflow execution is the process of running generative AI tasks by passing structured JSON parameters directly to the ComfyUI server. It supports models like Stable Diffusion, Flux, and AnimateDiff, enabling automated, large-scale media generation.

Do I need comfy-cli and Python 3.11+ to manage ComfyUI server lifecycle?

Yes, you need comfy-cli and Python 3.11+ to interface with the ComfyUI server lifecycle. These dependencies are required to automate installation, execute health checks, resolve model dependencies, and manage execution endpoints.

Can I batch process video generation sweeps with real-time WebSocket monitoring?

Yes, you can batch process large-scale video generation sweeps using real-time WebSocket monitoring. The skill supports parameter injection across batch tasks, allowing you to execute and monitor multiple video models like Wan or AnimateDiff simultaneously.

Does this approach support cloud-based audio generation and node dependency resolution?

Yes, this approach supports both local and cloud-based audio generation tasks. It automates node dependency resolution and health checking, ensuring that required ComfyUI nodes and models are installed and operational before executing workflows.

What are the limitations of using REST and WebSocket APIs for generative AI workflow automation?

Limitations include requiring a running ComfyUI server and specific Python environments. Complex workflows demand precise API-format JSON structures, and batch processing large media generation sweeps may encounter bottlenecks if local or cloud server resources are constrained.