ComfyUI

Control ComfyUI workflows for image and video generation via HTTP/WebSocket.

14|4|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/pacphi/sindri --skill comfyui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ComfyUI
Source: https://github.com/pacphi/sindri/tree/main/docker/lib/extensions/vf-comfyui/resources
Command: npx skills add https://github.com/pacphi/sindri --skill comfyui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides Claude with a node-based workflow system to generate, manage, and deploy image/video assets.

Core Features & Use Cases

  • Workflow Orchestration: Build and execute node-based workflows.
  • Model/Asset Management: Handle models, LoRAs, and assets for generation.
  • Cloud Deployment: Dispatch computation to distributed GPUs.

Quick Start

Create a basic ComfyUI workflow that generates a 1024x1024 image from a text prompt.

Frequently Asked Questions about ComfyUI

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

FAQPage Schema
How do I automate image and video generation workflows with AI?

Automate image and video workflows by using ComfyUI's node-based system to orchestrate AI generation tasks. ComfyUI coordinates text-to-image, image-to-image, and video generation through HTTP/WebSocket control, enabling Claude to build, manage, and execute complex workflows across local or cloud GPU environments.

Can I use ComfyUI with distributed GPU compute and cloud deployment?

Yes. ComfyUI supports both local deployments and distributed GPU environments like Salad Cloud. You can dispatch workflows to remote GPUs, manage models and checkpoints across nodes, and handle batch processing without local hardware constraints.

How do I manage models, LoRAs, and checkpoints in a workflow system?

ComfyUI exposes model management endpoints to handle models, LoRAs, and checkpoint assets. Claude can programmatically load, switch, and organize these assets within node-based workflows, simplifying multi-model generation pipelines.

What's the best way to generate and deploy AI workflows programmatically?

Use ComfyUI's node-based workflow creation to build generation pipelines as code. Claude generates and deploys workflows via HTTP/WebSocket, eliminating manual UI interaction and enabling reproducible, batch-scale image and video asset production.

Can I monitor workflow status and access generated outputs programmatically?

Yes. ComfyUI exposes health, models, and outputs status endpoints. You can query workflow progress, retrieve generated assets, and integrate results into downstream systems without manual polling.