mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-27 23:00:20 +08:00
seed node changed to before I tried links
This commit is contained in:
parent
e3657c7460
commit
8100f631fc
@ -266,8 +266,9 @@ app.registerExtension({
|
||||
|
||||
if (widget.name === "seed") {
|
||||
const seed = this.#createWidget(widget.config, theirNode, widget.name);
|
||||
const seedControl = addSeedControlWidget(this, seed, "randomize");
|
||||
seed.link = [seedControl];
|
||||
addSeedControlWidget(this, seed, "randomize");
|
||||
//const seedControl = addSeedControlWidget(this, seed, "randomize");
|
||||
//seed.link = [seedControl];//tried using all different links, not just link
|
||||
}
|
||||
else
|
||||
this.#createWidget(widget.config, theirNode, widget.name);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user