mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-14 23:22:35 +08:00
give precedence to workflow version
This commit is contained in:
parent
727f8ad484
commit
0cb34f3a9f
@ -91,8 +91,8 @@ class WorkflowMetadataExtension {
|
||||
const graph = this;
|
||||
try {
|
||||
workflow.extra["node_versions"] = {
|
||||
...extension.workflowNodeVersions,
|
||||
...extension.getGraphNodeVersions(graph),
|
||||
...extension.workflowNodeVersions, // give precedence to the workflow node versions
|
||||
};
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user