comfyui

Generate images, video, and audio by executing ComfyUI workflows with parameter injection.

Updated Oct 23, 2024
One-click install
npx skills add https://github.com/lenadlm/docker --skill comfyui-lenadlm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui
Source: https://github.com/lenadlm/docker/tree/main/hermes-skills/skills/creative/comfyui
Command: npx skills add https://github.com/lenadlm/docker --skill comfyui-lenadlm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, comfy-cli, pipx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a streamlined process for generating images, video, and audio using ComfyUI, simplifying the management of nodes and workflows.

Core Features & Use Cases

  • Image Generation: Create a wide range of images with Stable Diffusion, SDXL, Flux, and more.
  • Video and Audio Creation: Generate high-quality video and audio content using AnimateDiff, Hunyuan, and AudioCraft.
  • Node and Model Management: Easily install, launch, and manage nodes and models within ComfyUI.
  • Workflow Execution: Run custom workflows with parameter injection for tailored results.
  • Use Case: Imagine you want to create a video with text-to-video generation. Use this Skill to specify the text, model, and desired parameters, and then execute the workflow to generate the video.

Quick Start

Run the 'comfyui' skill with the following parameters:

python3 scripts/run_workflow.py \
  --workflow workflow_api.json \
  --args '{"prompt": "a beautiful sunset", "seed": 12345, "steps": 50}' \
  --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 generate images and video with Stable Diffusion workflows?

You can generate images and video with Stable Diffusion workflows by using this Skill to interface with the ComfyUI platform, automating workflow execution with injected parameters like text prompts and seeds.

Can I manage ComfyUI nodes and models using a command line script?

Yes, you can manage ComfyUI nodes and models using command line scripts. This Skill provides Python scripts to easily install, launch, and manage necessary nodes and models for your AI workflows.

Do I need Python and ComfyUI installed to run AI art generation workflows?

Yes, you need Python and the ComfyUI platform installed to run AI art generation workflows. This Skill requires Python3, comfy-cli, and pipx as dependencies to properly automate setup and execution.

What is the best way to execute custom AnimateDiff and AudioCraft workflows?

The best way to execute custom AnimateDiff and AudioCraft workflows is by running a Python script that injects parameters into a workflow API JSON file, enabling you to generate tailored video and audio outputs.

Does this approach support text-to-video generation with parameter injection?

Yes, this approach supports text-to-video generation with parameter injection. You can specify the text, model, and desired parameters, then execute the workflow to automatically generate your video content.