comfyui

Execute ComfyUI API-format workflows for image, video, and audio generation.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/devMoez/titan --skill comfyui-devmoez
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: comfyui
Source: https://github.com/devMoez/titan/tree/main/skills/creative/comfyui
Command: npx skills add https://github.com/devMoez/titan --skill comfyui-devmoez

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the friction of installing, configuring, and repeatedly running ComfyUI workflows by providing a guided, parameter-driven execution flow with automated dependency and environment checks.

Core Features & Use Cases

  • ComfyUI lifecycle management: Installs and launches ComfyUI using the official comfy-cli, then verifies the server is reachable.
  • Workflow execution with parameter injection: Runs ComfyUI API-format workflows with safe schema-driven updates (including seed randomization and img2img/inpaint support via uploads).
  • Dependency verification & auto-fixing: Checks missing custom nodes, models, and embeddings against a running server (local or Comfy Cloud) and provides install commands or remediation hints.
  • Real-time monitoring & diagnostics: Uses WebSocket (when available) for progress visibility and fetches execution errors by prompt_id.

Quick Start

Ask the AI to run an SDXL text-to-image workflow for you on ComfyUI with parameters you specify, for example: "Generate an SDXL image of a cyberpunk city at night using the sdxl_txt2img.json template and save the result to ./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 to generate images and video?▼

You can run Stable Diffusion workflows by executing ComfyUI API-format templates with parameter injection, enabling image, video, and audio generation. This includes txt2img, img2img, inpaint, upscaling, and text-to-video batches.

Do I need comfy-cli installed to use this ComfyUI workflow execution flow?▼

Yes, you need the comfy-cli tooling installed. The process uses comfy-cli to manage the ComfyUI lifecycle, automatically installing and launching the server, then verifies reachability via REST endpoints before executing workflows.

How do I inject parameters like seed randomization into ComfyUI API workflows?▼

Parameter injection applies safe schema-driven updates to ComfyUI API-format workflows. This mechanism allows you to control variables like seed randomization and supports img2img or inpaint workflows through automated file uploads.

Can I check for missing custom nodes and models against a running ComfyUI server?▼

Yes, dependency verification checks missing custom nodes, models, and embeddings against a running local or Comfy Cloud server. It identifies missing components and provides install commands or remediation hints to fix the environment.

How does real-time monitoring work for ComfyUI workflow execution?▼

Real-time monitoring uses WebSocket endpoints to provide progress visibility during workflow execution. It streams download progress and fetches execution errors by prompt_id to diagnose issues until the generation process completes.

Does this approach work with SDXL, Flux, and SD3 video pipelines?▼

Yes, this approach applies to Stable Diffusion, SDXL, Flux, and SD3 pipelines. It supports multiple video pipelines including txt2img, img2img, inpaint, upscaling, and text-to-video batches across both local ComfyUI and Comfy Cloud.