comfyui-import
Installation
SKILL.md
ComfyUI workflow → pipeline import
Inputs
- A ComfyUI workflow JSON. Two common shapes:
- API format (preferred) — flat
{node_id: {class_type, inputs, ...}}. Cleaner to parse. - UI format —
{nodes: [...], links: [...]}. Has more layout detail; less direct to map.
- API format (preferred) — flat
- A target pipeline name (kebab-case).