Merge branch 'main' into draft-v4

This commit is contained in:
Dr.Lt.Data
2025-04-21 12:12:27 +09:00
11 changed files with 6640 additions and 5231 deletions

View File

@@ -70,7 +70,7 @@ class WorkflowMetadataExtension {
if (cnr_id === "comfy-core") return; // don't allow hijacking comfy-core name
if (cnr_id) nodeProperties.cnr_id = cnr_id;
else nodeProperties.aux_id = aux_id;
if (ver) nodeProperties.ver = ver;
if (ver) nodeProperties.ver = ver.trim();
} else if (["nodes", "comfy_extras"].includes(moduleType)) {
nodeProperties.cnr_id = "comfy-core";
nodeProperties.ver = this.comfyCoreVersion;