mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-07-24 05:27:04 +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…
x
Reference in New Issue
Block a user