mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-15 15:42:33 +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;
|
const graph = this;
|
||||||
try {
|
try {
|
||||||
workflow.extra["node_versions"] = {
|
workflow.extra["node_versions"] = {
|
||||||
...extension.workflowNodeVersions,
|
|
||||||
...extension.getGraphNodeVersions(graph),
|
...extension.getGraphNodeVersions(graph),
|
||||||
|
...extension.workflowNodeVersions, // give precedence to the workflow node versions
|
||||||
};
|
};
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user