mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-17 19:17:56 +08:00
Merge branch 'seedControls' of https://github.com/FizzleDorf/ComfyUI into pr/296
This commit is contained in:
commit
540cf3f113
@ -264,10 +264,7 @@ app.registerExtension({
|
|||||||
this.outputs[0].name = type;
|
this.outputs[0].name = type;
|
||||||
this.outputs[0].widget = widget;
|
this.outputs[0].widget = widget;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
this.#createWidget(widget.config, theirNode, widget.name);
|
this.#createWidget(widget.config, theirNode, widget.name);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#createWidget(inputData, node, widgetName) {
|
#createWidget(inputData, node, widgetName) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user