mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 18:22:40 +00:00
updated converter input
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
//Converter
|
//Converter
|
||||||
function Converter() {
|
function Converter() {
|
||||||
this.addInput("in", "*");
|
this.addInput("in", "");
|
||||||
this.addOutput("out");
|
this.addOutput("out");
|
||||||
this.size = [80, 30];
|
this.size = [80, 30];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user