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

This commit is contained in:
comfyanonymous 2023-03-31 16:11:14 -04:00
commit 7e682784d7

View File

@ -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