comfyui

Automate image, video, and audio generation with ComfyUI workflows.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/NITISH-gitbit/hermes-custom --skill comfyui-nitish-gitbit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui
Source: https://github.com/NITISH-gitbit/hermes-custom/tree/main/skills/creative/comfyui
Command: npx skills add https://github.com/NITISH-gitbit/hermes-custom --skill comfyui-nitish-gitbit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires comfyui, stable-diffusion, sdxl, flux, animate_diff, audio_craft, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of generating images, video, and audio using ComfyUI, a powerful tool for creative workflows.

Core Features & Use Cases

  • Image Generation: Generate a wide range of images using Stable Diffusion, SDXL, Flux, SD3, and other models.
  • Video Generation: Create animated videos using AnimateDiff, Hunyuan, Wan, and other tools.
  • Audio Generation: Generate audio files using AudioCraft and other tools.
  • Use Case: Imagine you want to create an animated video featuring a text-to-image workflow using Stable Diffusion and AnimateDiff. This Skill automates the entire process, from text input to final video output.

Quick Start

Run the run_workflow.py script with the desired workflow file and parameters:

python3 scripts/run_workflow.py --workflow workflow_api.json --args '{"prompt": "a beautiful sunset over mountains", "seed": -1, "steps": 30}' --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 workflows for image generation?

You can automate Stable Diffusion image generation by running the `run_workflow.py` script with a specified workflow JSON file and parameters like prompt, seed, and steps to output images directly.

How can I generate animated video from text using AnimateDiff?

You can generate animated video from text by automating an AnimateDiff workflow via the `run_workflow.py` script, passing your text prompt and parameters to output the final video file.

Does ComfyUI support audio generation with AudioCraft?

Yes, ComfyUI supports audio generation using AudioCraft. The Skill automates text-to-audio workflows by passing the appropriate parameters through the execution script to generate audio files.

Can I use SDXL and Flux models for text-to-image generation in ComfyUI?

Yes, you can use SDXL, Flux, and SD3 models for text-to-image generation. The Skill automates these workflows by executing the script with your chosen model and prompt parameters.

Do I need to install Stable Diffusion and AnimateDiff libraries to use this ComfyUI Skill?

Yes, this Skill requires ComfyUI and various AI model libraries such as Stable Diffusion, SDXL, AnimateDiff, and AudioCraft to automate the respective image, video, and audio generation workflows.

What is the best way to run a text-to-image workflow in ComfyUI from the command line?

The best way is to execute the `run_workflow.py` script from the command line, providing your workflow JSON file and a JSON string of arguments including your prompt, seed, and steps to generate outputs.