mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-27 14:50:20 +08:00
comments
This commit is contained in:
parent
0b08c654f3
commit
e21e60968b
@ -264,6 +264,7 @@ app.registerExtension({
|
||||
this.outputs[0].name = type;
|
||||
this.outputs[0].widget = widget;
|
||||
|
||||
//make sure the seedControl is added to the correct Primitive node labelled "seed"
|
||||
if (widget.name === "seed") {
|
||||
const seed = this.#createWidget(widget.config, theirNode, widget.name);
|
||||
const seedControl = addSeedControlWidget(this, seed, "randomize");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user