mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Merge branch 'fix-modifying-default-graph' of https://github.com/pythongosssss/ComfyUI
This commit is contained in:
commit
7e682784d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user