comfyui

Automate ComfyUI workflow setup and execution for image, video, and audio generation.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/FlyFireF/PersonalAgentAPP --skill comfyui-flyfiref
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui
Source: https://github.com/FlyFireF/PersonalAgentAPP/tree/main/growth-companion/skills/creative/comfyui
Command: npx skills add https://github.com/FlyFireF/PersonalAgentAPP --skill comfyui-flyfiref

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the setup and execution of ComfyUI workflows, allowing you to easily create and manage complex generative AI projects.

Core Features & Use Cases

  • Workflow Management: Install, launch, and manage ComfyUI workflows.
  • Parameter Injection: Run workflows with custom parameters and settings.
  • Real-time Monitoring: Monitor and manage workflows in real-time via WebSocket.
  • Use Case: Imagine you want to generate a video using Stable Diffusion. Use this Skill to install the necessary models, run the video generation workflow, and monitor its progress in real-time.

Quick Start

Run the workflow to generate a video with the prompt "a futuristic cityscape at night" using the default settings.

Frequently Asked Questions about comfyui

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

FAQPage Schema
How do I automate ComfyUI workflow execution for image and video generation?

You can automate ComfyUI workflow execution by using a RESTful API interface to manage models, inject custom parameters, and trigger generative AI tasks for images and videos. This handles the service lifecycle and node management.

Can I monitor my Stable Diffusion video generation workflow in real-time?

Yes, you can monitor generative AI video generation workflows in real-time via WebSocket. This allows you to track the progress of custom parameter injections and workflow execution directly within ComfyUI.

Do I need Python and comfy-cli to set up ComfyUI workflows?

Yes, setting up and running ComfyUI workflows requires Python, comfy-cli, and the official ComfyUI client. These dependencies are necessary to manage the service lifecycle and execute generative AI tasks.

What is the best way to inject custom parameters into a ComfyUI workflow?

The best way to inject custom parameters into a ComfyUI workflow is through a RESTful API interface. This allows you to define specific settings for image, audio, and video generation before executing the workflow.

Does this approach support audio generation alongside image and video outputs?

Yes, the workflow management approach supports audio generation alongside image and video generation. It manages the necessary models and nodes to handle diverse generative AI content creation within ComfyUI.