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