"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "09b940f3b379674f96e0d02fe4d1569fb8d04429"
Commit 06c2c19b authored by pythongosssss's avatar pythongosssss
Browse files

Clone default graph before using

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