mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Fix serialize issue caused by comfy by a workaround of adding dummy items
This commit is contained in:
@@ -73,15 +73,7 @@ app.registerExtension({
|
||||
node.lorasWidget.value = mergedLoras;
|
||||
// node.graph.setDirtyCanvas(true, true);
|
||||
};
|
||||
|
||||
console.log("node: ", node);
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
async nodeRemoved(node) {
|
||||
if (node.comfyClass === "Lora Loader (LoraManager)") {
|
||||
// TODO: Remove widget from node
|
||||
}
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user