mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 01:50:08 +00:00
Updated with network
This commit is contained in:
File diff suppressed because it is too large
Load Diff
5186
build/litegraph.min.js
vendored
5186
build/litegraph.min.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -12,7 +12,8 @@ module.exports = function (grunt) {
|
||||
'src/nodes/gltextures.js',
|
||||
'src/nodes/glfx.js',
|
||||
'src/nodes/midi.js',
|
||||
'src/nodes/audio.js'
|
||||
'src/nodes/audio.js',
|
||||
'src/nodes/network.js'
|
||||
],
|
||||
concat: {
|
||||
build: {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "litegraph.js",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"description": "A graph node editor similar to PD or UDK Blueprints, it works in a HTML5 Canvas and allow to exported graphs to be included in applications.",
|
||||
"main": "build/litegraph.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user