comfyui-nodes-dev by jimlee2048/skills
npx skills add https://github.com/jimlee2048/skills --skill comfyui-nodes-devComfyUI 基线版本:v0.12.0 (Comfy API v0_0_2)。修订此技能时请更新此行。
comfy_api.v0_0_2 用于稳定性,或 comfy_api.latest 用于最新功能。comfy node scaffold 搭建一个节点包。io.ComfyNode.define_schema() 和 execute() 实现一个 V3 节点。execute() 返回 io.NodeOutput(或元组/字典)。ComfyExtension.get_node_list() 和 注册节点。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
comfy_entrypoint()define_schema() 和 execute()。execute() 返回 io.NodeOutput(或元组/字典)。ui.Preview* 辅助函数处理 UI 预览。根据需要(渐进式披露)使用这些参考:
references/v3-core.md:API 版本、ComfyExtension、进度报告。references/io-types.md:IO 类型、小部件输入、自定义类型。references/schema-nodeoutput.md:模式字段、标志、隐藏输入、NodeOutput 模式。references/ui-helpers.md:UI 输出的预览和保存辅助函数。references/scaffold.md:脚手架工作流和 V3 默认值。references/lazy-evaluation.md:惰性输入、check_lazy_status、执行阻塞。references/validation-and-caching.md:validate_inputs 和 fingerprint_inputs 模式。references/folder-paths-and-files.md:folder_paths 辅助函数及保存/加载模式。references/image-mask-performance.md:张量形状、调整大小、批处理、设备提示。assets/v3_extension_template.py:最小化 V3 节点 + 扩展 + 入口点。每周安装量
143
代码仓库
GitHub 星标数
1
首次出现
2026年2月4日
安全审计
安装于
opencode129
gemini-cli127
codex125
cursor119
github-copilot115
kimi-cli108
ComfyUI baseline: v0.12.0 (Comfy API v0_0_2). Update this line when revising the skill.
comfy_api.v0_0_2 for stability or comfy_api.latest for newest features.comfy node scaffold.io.ComfyNode.define_schema() and execute().io.NodeOutput (or tuple/dict) from execute().ComfyExtension.get_node_list() and comfy_entrypoint().define_schema() and execute().io.NodeOutput (or tuple/dict) from execute().ui.Preview* helpers for UI previews.Use these references as needed (progressive disclosure):
references/v3-core.md: API versions, ComfyExtension, progress reporting.references/io-types.md: IO types, widget inputs, custom types.references/schema-nodeoutput.md: Schema fields, flags, hidden inputs, NodeOutput patterns.references/ui-helpers.md: Preview and save helpers for UI outputs.references/scaffold.md: Scaffold workflow and V3 defaults.references/lazy-evaluation.md: Lazy inputs, check_lazy_status, execution blocking.references/validation-and-caching.md: validate_inputs and fingerprint_inputs patterns.references/folder-paths-and-files.md: folder_paths helpers and save/load patterns.assets/v3_extension_template.py: Minimal V3 node + extension + entrypoint.Weekly Installs
143
Repository
GitHub Stars
1
First Seen
Feb 4, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykPass
Installed on
opencode129
gemini-cli127
codex125
cursor119
github-copilot115
kimi-cli108
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
115,300 周安装
references/image-mask-performance.md: Tensor shapes, resizing, batching, device tips.