fix: remove lingering LGraph.start() call

Missed in initial deletion - also clean README example.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
bymyself
2026-05-14 15:26:44 -07:00
parent 1f8e2c71d3
commit 699824f1e4
2 changed files with 0 additions and 4 deletions

View File

@@ -104,8 +104,6 @@ const secondNode = LiteGraph.createNode('basic/sum')
graph.add(secondNode)
firstNode.connect(0, secondNode, 1)
graph.start()
```
## Projects using it

View File

@@ -947,8 +947,6 @@ export class ComfyApp {
}
)
this.rootGraph.start()
// Ensure the canvas fills the window
useResizeObserver(this.canvasElRef, ([canvasEl]) => {
if (canvasEl.target instanceof HTMLCanvasElement) {