comfyui

Generate and manage images, videos, and audio with ComfyUI workflows.

2|Updated May 22, 2026
One-click install
npx skills add https://github.com/519lab/thoth-agent --skill comfyui-519lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui
Source: https://github.com/519lab/thoth-agent/tree/main/skills/creative/comfyui
Command: npx skills add https://github.com/519lab/thoth-agent --skill comfyui-519lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires comfy-cli, pypdf2image, requests, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of generating and managing images, video, and audio using ComfyUI, allowing users to efficiently create and manipulate media content.

Core Features & Use Cases

  • Image Generation: Generate images using Stable Diffusion, SDXL, Flux, SD3, and other models.
  • Video Generation: Create videos from text descriptions using AnimateDiff, Hunyuan, Wan, and other models.
  • Audio Generation: Generate audio content from text.
  • Workflow Management: Manage workflows, nodes, models, and execution parameters.
  • Use Case: Imagine you want to create a video from a text description. Use this Skill to generate the video, manage the workflow, and download the output.

Quick Start

Run a workflow with the following command: python3 scripts/run_workflow.py --workflow workflows/your_workflow.json --args '{"prompt": "a beautiful sunset", "seed": 123}'

Frequently Asked Questions about comfyui

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

FAQPage Schema
How do I automate image and video generation using ComfyUI workflows?

Automate media generation in ComfyUI by executing workflow JSON files via Python scripts with specific arguments like text prompts and seeds. This programmatically triggers image, video, and audio generation pipelines without manual UI interaction.

Can I generate videos from text descriptions using Stable Diffusion and AnimateDiff?

Yes, you can generate videos from text using models like AnimateDiff, Hunyuan, and Wan. The Skill manages the workflow nodes and execution parameters to translate text prompts into video output automatically.

What AI models are supported for image generation through workflow management?

Supported image generation models include Stable Diffusion, SDXL, Flux, and SD3. The Skill manages these models by handling workflow nodes and execution parameters to produce the final images.

Do I need Python libraries to run ComfyUI workflows for audio generation?

Yes, running ComfyUI workflows requires the ComfyUI platform and related Python libraries like comfy-cli. These dependencies are necessary to execute the scripts that generate audio content from text descriptions.

What is the best way to manage execution parameters and nodes for media production?

The best way to manage execution parameters and nodes is by using automated workflow management scripts. You can pass arguments directly through the command line to control and manipulate media production pipelines efficiently.