VuuMake
引擎扩展Engine pack

VuGen

生成引擎扩展包Generation engine packs

打包好的 ComfyUI Python 内核加工作流,为 VuuMake 各应用提供生图、生视频、生音乐、生 3D 的能力。加一个引擎就是加一个工作流和对应模型,在设置里直接添加。Packaged ComfyUI Python cores plus workflows that give the VuuMake apps their image, video, music and 3D generation. Adding an engine means adding a workflow and its models, straight from settings.

下载信息载入中…Loading download info…

能做什么What it does

  • 内核(core)体积以 GB 计,含运行时;任务包(pack)只是一份工作流 API JSON,以 KB 到 MB 计A core runs to gigabytes and carries the runtime; a pack is just a workflow API JSON, kilobytes to a few megabytes
  • 任务包用 requires_core 声明依赖哪个内核,引擎按能力泛化命中而非写死 idPacks declare their dependency with requires_core; the engine matches on capability rather than a hard-coded id
  • manifest 遵循 vugen-manifest.schema.json,参数暴露白名单决定用户能调什么Manifests follow vugen-manifest.schema.json, and the exposed-parameter allowlist decides what users can tune

其它包

文档Docs

用户文档User docs · VuGen 分发规范

文档统一放在 /docs/ 下,纯 Markdown,人和 Agent 都能直接读。索引见 Docs all live under /docs/ as plain Markdown, readable by people and Agents alike. Index at /api/docs/index.json