mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-01 11:42:06 +00:00
Published 0.6.0
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
//packer version
|
||||
|
||||
(function(global){
|
||||
// *************************************************************
|
||||
// LiteGraph CLASS *******
|
||||
@@ -15976,11 +15974,7 @@ LiteGraph.registerNodeType("audio/destination", LGAudioDestination);
|
||||
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
})( this );
|
||||
=======
|
||||
})( this );
|
||||
>>>>>>> heads/upstream/master
|
||||
//event related nodes
|
||||
(function(global){
|
||||
var LiteGraph = global.LiteGraph;
|
||||
@@ -16239,8 +16233,4 @@ LGSillyClient.prototype.onGetOutputs = function()
|
||||
LiteGraph.registerNodeType("network/sillyclient", LGSillyClient );
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
})(this);
|
||||
=======
|
||||
})(this);
|
||||
>>>>>>> heads/upstream/master
|
||||
|
||||
6310
build/litegraph.min.js
vendored
6310
build/litegraph.min.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "litegraph.js",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.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