workflow-reader

Installation
SKILL.md

workflow-reader — ComfyUI Workflow Analysis

When you need to decode a ComfyUI workflow (inspect its nodes, expand subgraphs, or check pipeline feasibility), use the tool at tools/workflow.py — either run it from the CLI or import its functions directly in a Python script.

The tool is pure Python and requires no ComfyUI runtime.


CLI Usage

Run against one or more workflow JSON files to print a full node-type report:

python comfy_diffusion/skills/workflow-reader/tools/workflow.py \
    comfyui_official_workflows/video/ltx/ltx2/video_ltx2_t2v.json
Installs
2
GitHub Stars
1
First Seen
Mar 28, 2026
workflow-reader — quinteroac/comfy-diffusion