Skip to main content

Multi-workflow pipeline

Run ordered ComfyUI stages from a YAML project manifest — shared assets, per-stage workflow pins, and automatic output chaining between stages.

MCP tool

run_workflow_pipeline — load manifest from project_path or inline project_yaml, execute stages in order (optional start_at / stop_at), dry_run to validate only. Requires a reachable ComfyUI server (local, remote, or cloud).

Manifest format

Stage fields

Chaining

When chain_from is set, the prior stage’s primary output is fetched from /history, re-staged with upload_image (action:"stage"), and applied to the next workflow with apply_reference_to_workflow. This matches the director / multi-stage panel guidance (never guess filesystem input/ paths).
  • Phase 0: workflow-target.mdpin aligns with panel_set_workflow_target
  • Phase 2: fetch_concept_image + apply_reference_to_workflow
  • Plugin skill: director — full story-to-video orchestration pattern