diff --git a/web/scripts/app.js b/web/scripts/app.js index b2998109..501c7ea6 100644 --- a/web/scripts/app.js +++ b/web/scripts/app.js @@ -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