Merge branch 'seedControls' of https://github.com/FizzleDorf/ComfyUI into pr/296

This commit is contained in:
flyingshutter 2023-03-31 23:29:28 +02:00
commit 540cf3f113

View File

@ -264,10 +264,7 @@ app.registerExtension({
this.outputs[0].name = type;
this.outputs[0].widget = widget;
this.#createWidget(widget.config, theirNode, widget.name);
}
#createWidget(inputData, node, widgetName) {