Commit aad71add authored by pythongosssss's avatar pythongosssss
Browse files

const

parent cceb5303
...@@ -864,7 +864,7 @@ class ComfyApp { ...@@ -864,7 +864,7 @@ class ComfyApp {
graphData = structuredClone(defaultGraph); graphData = structuredClone(defaultGraph);
} }
let missingNodeTypes = []; const missingNodeTypes = [];
for (let n of graphData.nodes) { for (let n of graphData.nodes) {
// Patch T2IAdapterLoader to ControlNetLoader since they are the same node now // Patch T2IAdapterLoader to ControlNetLoader since they are the same node now
if (n.type == "T2IAdapterLoader") n.type = "ControlNetLoader"; if (n.type == "T2IAdapterLoader") n.type = "ControlNetLoader";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment