mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-11 08:00:21 +00:00
Added an output to Converter
I hope I didn't misunderstood the converter node, it needs an output right?
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
//Converter
|
||||
function Converter() {
|
||||
this.addInput("in", "*");
|
||||
this.addOutput("out");
|
||||
this.size = [80, 30];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user