ComfyUI Workflow Generator

Convert natural-language generation intents into runnable ComfyUI Litegraph workflow JSON.

152|27|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/LingyiChen-AI/workflow-skill --skill comfyui-workflow-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ComfyUI Workflow Generator
Source: https://github.com/LingyiChen-AI/workflow-skill/tree/main/skills/comfyui-workflow
Command: npx skills add https://github.com/LingyiChen-AI/workflow-skill --skill comfyui-workflow-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

ComfyUI users often need to manually assemble large node graphs (models, samplers, encoders/decoders, and outputs) to create image/video/3D pipelines, which is time-consuming and error-prone. This skill turns a natural-language request into a complete, importable ComfyUI Litegraph workflow JSON so you can run it immediately without manual node wiring.

Core Features & Use Cases

  • Natural-language to workflow JSON: Generates valid ComfyUI workflow JSON (Litegraph format 0.4) that you can import and queue.
  • Template-driven pipelines across modalities: Supports text-to-image, image-to-image, inpaint, upscale, audio generation, video generation (multiple families), and 3D workflows.
  • Model-aware workflows: Automatically includes a top-level models array by extracting referenced model filenames, enabling ComfyUI to prompt downloads for missing models.
  • LLM integration when needed: Can generate LLM-assisted pipelines using the comfyui_LLM_party node package (provider/model selection guided).

Quick Start

Use the skill to generate a ComfyUI workflow for your task by writing a single request like: "Create a FLUX image-to-video workflow that turns my uploaded start image into a 5-second cinematic shot with camera motion and motion continuity."

Frequently Asked Questions about ComfyUI Workflow Generator

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

FAQPage Schema
How do I generate a ComfyUI workflow JSON from text without manual node wiring?

You can generate a ComfyUI workflow JSON by describing your generation intent in natural language. The skill converts text requests into valid Litegraph format 0.4 pipelines for immediate import and execution.

What types of pipelines can I create with a natural language ComfyUI workflow generator?

Natural language ComfyUI workflow generation supports text-to-image, image-to-image, inpaint, upscale, audio generation, video generation, and 3D pipelines. You simply describe your desired output and modality to get the workflow.

Does ComfyUI automatically download missing models when I import a generated workflow?

Yes, generated workflows include a mandatory top-level models array referencing exact filenames with direct download URLs. This enables ComfyUI to automatically prompt and download any missing models required for the pipeline.

Can I use LLM integration to build ComfyUI pipelines for text-to-video tasks?

Yes, LLM integration is supported for building ComfyUI pipelines using the comfyui_LLM_party node package. This allows provider and model selection for complex tasks like generating a FLUX image-to-video cinematic shot.

Do I need to manually connect samplers and encoders when creating a text-to-image workflow?

No, you do not need to manually connect samplers, encoders, or decoders. The skill outputs a complete, structured node graph with required inputs and outputs, eliminating manual assembly and wiring errors.

What are the limitations of using natural language to generate ComfyUI workflows?

Generation is limited to common model families and standard pipeline templates across image, video, audio, and 3D modalities. Highly custom node configurations or unsupported community nodes may still require manual wiring after import.