mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-03-15 14:09:36 +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();
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user