ComfyUI Workflow Builder

Assemble and validate ComfyUI workflows using MCP tools.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/Bakery88/ComfyUI-Claude-Integration --skill comfyui-workflow-builder-bakery88
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ComfyUI Workflow Builder
Source: https://github.com/Bakery88/ComfyUI-Claude-Integration/tree/main/skills/comfyui-workflow-builder
Command: npx skills add https://github.com/Bakery88/ComfyUI-Claude-Integration --skill comfyui-workflow-builder-bakery88

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds and validates end-to-end ComfyUI workflows by orchestrating MCP tooling for node discovery, construction, and verification.

Core Features & Use Cases

  • Automates workflow assembly using MCP tools such as get_node_info, find_nodes_by_type, build_node, and validate_workflow.
  • Supports txt2img, img2img, inpainting, ControlNet, and upscaling pipelines, with templates and example workflows as starting points.
  • Real-world scenario: convert a user request like "build a txt2img workflow using SDXL" into a fully wired, validated ComfyUI pipeline ready for execution.

Quick Start

Run a default txt2img workflow generation from a specified model and prompt with minimal setup.

Frequently Asked Questions about ComfyUI Workflow Builder

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

FAQPage Schema
How do I build a ComfyUI workflow for txt2img or img2img?▼

To build a ComfyUI workflow, determine the pipeline type needed, check for existing templates, then assemble, wire, and validate nodes using MCP tools like build_node and validate_workflow.

What is the best way to automate ComfyUI workflow assembly?▼

Automating ComfyUI workflow assembly uses MCP tools such as get_node_info, find_nodes_by_type, build_node, and validate_workflow to orchestrate node discovery, construction, and end-to-end verification.

Does this workflow builder support ControlNet and inpainting pipelines?▼

Yes, the workflow builder supports generating and validating ComfyUI pipelines for txt2img, img2img, inpainting, ControlNet, and upscaling by reusing existing templates or building from scratch.

How do I validate a ComfyUI pipeline before execution?▼

You validate a ComfyUI pipeline by using the validate_workflow MCP tool after assembling and wiring the necessary nodes, ensuring the final workflow is structurally sound and ready for execution.

Can I reuse existing ComfyUI templates instead of building from scratch?▼

Yes, you can reuse validated ComfyUI workflow templates. The builder checks for existing templates matching your required pipeline type before constructing a new workflow from scratch.

Why should I use node discovery tools when creating ComfyUI workflows?▼

Node discovery tools like get_node_info and find_nodes_by_type ensure you assemble compatible and correctly configured nodes, preventing wiring errors and validation failures during ComfyUI workflow construction.