mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
Update README.md
This commit is contained in:
@@ -21,7 +21,7 @@ Try it in the [demo site](http://tamats.com/projects/litegraph/demo).
|
|||||||
- Easy to integrate in any application
|
- Easy to integrate in any application
|
||||||
|
|
||||||
## Nodes provided
|
## Nodes provided
|
||||||
Although it is easy to create new nodes, LiteGraph comes with some default nodes that could be useful for many cases:
|
Although it is easy to create new node types, LiteGraph comes with some default nodes that could be useful for many cases:
|
||||||
- Interface (Widgets)
|
- Interface (Widgets)
|
||||||
- Math (trigonometry, math operations)
|
- Math (trigonometry, math operations)
|
||||||
- Audio (AudioAPI and MIDI)
|
- Audio (AudioAPI and MIDI)
|
||||||
@@ -115,7 +115,7 @@ LiteGraph.wrapFunctionAsNode("math/sum",sum, ["Number","Number"],"Number");
|
|||||||
|
|
||||||
## Server side
|
## Server side
|
||||||
|
|
||||||
It also works server-side using Node although some nodes do not work in server (audio, graphics, input, etc).
|
It also works server-side using NodeJS although some nodes do not work in server (audio, graphics, input, etc).
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var LiteGraph = require("./litegraph.js").LiteGraph;
|
var LiteGraph = require("./litegraph.js").LiteGraph;
|
||||||
|
|||||||
Reference in New Issue
Block a user