ComfyUI Workflow Skill — Generate ComfyUI workflows with natural language via Claude Code #13283
LingyiChen-AI
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I built a Claude Code skill that generates ready-to-use ComfyUI workflow JSON files through natural language conversation.
Repo: https://github.com/twwch/comfyui-workflow-skill
What it does
Instead of manually connecting nodes in ComfyUI, just describe what you want:
"Generate a FLUX txt2img + Wan 2.2 img2vid workflow"
The skill reads node definitions, selects the right template, and outputs a valid JSON you can drag into ComfyUI and run
immediately.
Key features
/ Stable Cascade
modelsfield, so ComfyUI auto-detects missing models and prompts downloadon import
character extraction, prompt enhancement
Demo
Generate workflow with one sentence
Full pipeline: FLUX txt2img → Wan 2.2 img2vid
Output
default.mp4
Install
All reactions