mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Merge pull request #10 from shor-ofer/patch-1
FadeImage node didn't have output pin
This commit is contained in:
@@ -313,7 +313,7 @@ LiteGraph.registerNodeType("visualization/graph", {
|
|||||||
function ImageFade()
|
function ImageFade()
|
||||||
{
|
{
|
||||||
this.addInputs([["img1","image"],["img2","image"],["fade","number"]]);
|
this.addInputs([["img1","image"],["img2","image"],["fade","number"]]);
|
||||||
this.addInput("","image");
|
this.addOutput("","image");
|
||||||
this.properties = {fade:0.5,width:512,height:512};
|
this.properties = {fade:0.5,width:512,height:512};
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -714,4 +714,4 @@ ImageWebcam.prototype.onDrawBackground = function(ctx)
|
|||||||
LiteGraph.registerNodeType("graphics/webcam", ImageWebcam );
|
LiteGraph.registerNodeType("graphics/webcam", ImageWebcam );
|
||||||
|
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|||||||
Reference in New Issue
Block a user