Commit 06c2c19b authored by pythongosssss's avatar pythongosssss
Browse files

Clone default graph before using

parent 1716aaa7
......@@ -802,7 +802,7 @@ class ComfyApp {
this.clean();
if (!graphData) {
graphData = defaultGraph;
graphData = structuredClone(defaultGraph);
}
// Patch T2IAdapterLoader to ControlNetLoader since they are the same node now
......
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