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