comfyui

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

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill comfyui-zardli1115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui
Source: https://github.com/ZardLi1115/zedclaw/tree/main/skills/creative/comfyui
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill comfyui-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill removes the friction of setting up ComfyUI and repeatedly running complex image/video generation workflows by providing automated lifecycle management, dependency checking, and parameterized execution.

Core Features & Use Cases

  • Guided installation and environment detection: Runs a hardware check first to recommend local vs Comfy Cloud, then installs comfy-cli and ComfyUI with the right GPU flags.
  • Workflow-ready execution with parameter injection: Executes API-format ComfyUI workflows while injecting user parameters (prompt text, seed, steps, dimensions, denoise, etc.) and optionally uploading input images/masks.
  • Dependency validation and fix suggestions: Checks required nodes, models, and embeddings against a running server (local or cloud), and suggests exact comfy-cli install commands or safe git-based installation hints.
  • Operational monitoring and output retrieval: Supports WebSocket progress monitoring, polls job status when needed, and downloads outputs with path-traversal-safe handling.

Quick Start

Run comfyui_generate for a SDXL text-to-image workflow by telling the system: generate an SDXL image from the prompt "a cinematic photograph of a mountain lake at sunrise" and save the result to outputs using the example workflow.

Frequently Asked Questions about comfyui

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

FAQPage Schema
How do I execute ComfyUI workflows automatically with parameter injection?

Executing ComfyUI workflows automatically involves running API-format workflows while injecting user parameters like prompt text, seed, steps, and dimensions, and uploading input images or masks to generate images, video, and audio.

Does ComfyUI support SD1.5, SDXL, and Flux text-to-image generation?

Yes, ComfyUI supports SD1.5, SDXL, and Flux models for text-to-image, img2img, and inpainting tasks, alongside upscaling and common animation/video pipelines to generate diverse media outputs.

How do I install and set up ComfyUI with the correct GPU flags?

To install and set up ComfyUI, run a hardware check to recommend local or Comfy Cloud environments, then install comfy-cli and ComfyUI with the appropriate GPU flags for optimal execution.

How do I fix missing nodes, models, or embeddings in ComfyUI?

To fix missing nodes, models, or embeddings in ComfyUI, check required dependencies against a running server and apply exact comfy-cli install commands or safe git-based installation hints provided by validation suggestions.

Can I monitor ComfyUI workflow progress using WebSocket?

Yes, you can monitor ComfyUI workflow progress using WebSocket progress monitoring, poll job status when needed, and download outputs with path-traversal-safe handling to retrieve generated media.

What is the best way to validate API-format workflows before execution?

The best way to validate API-format workflows before execution is to perform safe dependency checks against a running server, verifying required nodes, models, and embeddings to ensure successful workflow execution.