One-click install
npx skills add https://github.com/webdevtodayjason/subctl-rust --skill comfyui-webdevtodayjason
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui
Source: https://github.com/webdevtodayjason/subctl-rust/tree/main/skills/comfyui
Command: npx skills add https://github.com/webdevtodayjason/subctl-rust --skill comfyui-webdevtodayjason

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires comfy-cli, scripts/comfyui_setup.sh, scripts/run_workflow.py, scripts/check_deps.py, scripts/auto_fix_deps.py, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of generating and managing images, video, and audio using ComfyUI, allowing users to automate workflows, manage nodes/models, and execute complex tasks with ease.

Core Features & Use Cases

  • Image Generation: Automatically generate images using Stable Diffusion, SDXL, Flux, and other models.
  • Video/Audio Creation: Create video and audio content using AnimateDiff, Hunyuan, Wan, and other tools.
  • Node/Model Management: Install, update, and manage custom nodes and models within ComfyUI.
  • Workflow Execution: Execute workflows with parameter injection and real-time progress monitoring.
  • Use Case: A user with an interest in AI-generated art and video could use this Skill to create and manage custom workflows for generating Stable Diffusion images and AnimateDiff videos.

Quick Start

Run the following command to generate an image with Stable Diffusion: run_workflow.py --workflow workflows/sd15_txt2img.json --args '{"prompt": "a beautiful sunset", "seed": 12345}' --output-dir ./outputs

Frequently Asked Questions about comfyui

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

FAQPage Schema
How do I automate Stable Diffusion image generation from a command line?

You can automate Stable Diffusion image generation by executing JSON workflows via command line. This allows parameter injection for prompts and seeds, outputting generated images directly to a specified directory.

Can I generate video content using AnimateDiff within ComfyUI?

Yes, you can generate video content using AnimateDiff within ComfyUI. The system supports AI-driven media production, enabling the creation of video and audio alongside standard image generation tasks.

Do I need comfy-cli to manage custom nodes and models for SDXL?

Yes, comfy-cli is required to install, update, and manage custom nodes and models. It facilitates the execution of complex SDXL workflows and automates dependency resolution for ComfyUI.

What is the best way to execute ComfyUI workflows with real-time progress monitoring?

Executing ComfyUI workflows with real-time progress monitoring is best handled through automated script execution. This approach manages parameter injection and tracks generation status without manual interface interaction.

Why does my ComfyUI workflow fail due to missing dependencies?

ComfyUI workflows often fail due to missing custom node dependencies. An auto-fix script can automatically detect and resolve these missing dependencies to ensure stable media generation.