From c2ac84c3d3f7f9de965afd7896e03b00ca06f07e Mon Sep 17 00:00:00 2001 From: huchenlei Date: Thu, 19 Dec 2024 15:35:11 -0800 Subject: [PATCH] nit --- js/workflow-metadata.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/workflow-metadata.js b/js/workflow-metadata.js index d3b07d84..d1efc3a2 100644 --- a/js/workflow-metadata.js +++ b/js/workflow-metadata.js @@ -1,6 +1,14 @@ /** * Attaches metadata to the workflow on save * - custom node pack version to all custom nodes used in the workflow + * + * Example metadata: + "extra": { + "node_versions": { + "comfy-core": "v0.3.8-4-g0b2eb7f", + "comfyui-easy-use": "1.2.5" + } + }, */ import { app } from "../../scripts/app.js";