Commit 7e682784 authored by comfyanonymous's avatar comfyanonymous
Browse files

Merge branch 'fix-modifying-default-graph' of https://github.com/pythongosssss/ComfyUI

parents 91f27f08 06c2c19b
......@@ -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