mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-03 23:49:57 +08:00
const
This commit is contained in:
@@ -864,7 +864,7 @@ class ComfyApp {
|
||||
graphData = structuredClone(defaultGraph);
|
||||
}
|
||||
|
||||
let missingNodeTypes = [];
|
||||
const missingNodeTypes = [];
|
||||
for (let n of graphData.nodes) {
|
||||
// Patch T2IAdapterLoader to ControlNetLoader since they are the same node now
|
||||
if (n.type == "T2IAdapterLoader") n.type = "ControlNetLoader";
|
||||
|
Reference in New Issue
Block a user