Comfyui Workflow Skill banner
twwch twwch

Comfyui Workflow Skill

AI community

Description

Natural language → ComfyUI workflow JSON. 34 built-in templates, 360+ node definitions, auto model download. Supports txt2img, img2img, txt2vid, img2vid, audio, 3D generation across SD1.5/SDXL/SD3/FLUX/Wan2.2/HunyuanVideo/LTXV/Mochi/Cosmos + LLM integration. Works as a skill for Claude Code, Cursor, and other AI coding agents.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ComfyUI Workflow Skill

用自然语言生成可直接导入 ComfyUI 的工作流 JSON 文件。

**无需 API 费用,无需后端。描述你想要的 → 生成有效的工作流 JSON → 导入 ComfyUI 运行。**

[![Linux.do](https://img.shields.io/badge/Linux.do-Discussion-blue)](https://linux.do/t/topic/1896794)

效果展示

安装 Skill

![安装skills](images/安装skills.png)

AI 生成工作流 → 导入 ComfyUI → 运行出图

![生图转视频workflow](images/生图转视频workflow.png) ![图生视频流程](images/图生视频流程.png)

生成的图片 & 视频

![生成的图片](images/生成的图片.jpg) ![运行结果](images/运行结果.png)

https://github.com/user-attachments/assets/831e8453-d3fa-41ad-99f6-39b13ce498d0

多个 Workflow 合并更新

![多个workflow合并更新](images/多个workflow合并更新.png)

动作迁移

原视频:

https://github.com/user-attachments/assets/8a0affa3-ff07-449e-9ec5-c6ca8c37ba0f

迁移后(显存限制,按低分辨率跑的):

https://github.com/user-attachments/assets/5420d74e-18eb-4a72-8819-3138d7353edf

![动作迁移workflow](images/动作迁移workflow.png) ![动作迁移流程](images/动作迁移流程.png) ![动作迁移修复](images/动作迁移修复.png) ![动作迁移音频还原](images/动作迁移音频还原.png)

这是什么?

一个 Claude Code skill,通过对话生成 ComfyUI 工作流 JSON。不用在 ComfyUI 节点编辑器里手动连线,直接用自然语言描述需求即可。

功能特性

  • 34 个内置模板 — 覆盖所有主流模型和任务类型
  • 360+ 节点定义 — 从 ComfyUI 源码提取,确保字段类型和范围准确
  • 自动模型下载 — 工作流包含原生 models 字段,导入时 ComfyUI 自动检测缺失模型并弹窗下载
  • LLM 集成 — 支持 comfyui_LLM_party 节点 (OpenAI / Claude / Gemini / Ollama / DeepSeek)
  • 按需加载节点参考 — 节点注册表拆分为 42 个分类文件,避免一次性加载 4000 行

安装

前置条件

方法一:Git Clone + 符号链接(推荐,自动同步更新)

# 1. Clone 项目到本地
git clone https://github.com/twwch/comfyui-workflow-skill.git ~/codes/comfyui-workflow-skill

# 2. 创建符号链接到 Claude Code skills 目录
ln -s ~/codes/comfyui-workflow-skill ~/.claude/skills/comfyui-workflow

方法二:直接 Clone 到 skills 目录

git clone https://github.com/twwch/comfyui-workflow-skill.git ~/.claude/skills/comfyui-workflow

方法三:手动复制

cp -r comfyui-workflow-skill/ ~/.claude/skills/comfyui-workflow

验证安装

ls ~/.claude/skills/comfyui-workflow/SKILL.md
# 应该输出文件路径,说明安装成功

卸载