mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-28 15:20:25 +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") {
|
if (widget.name === "seed") {
|
||||||
const seed = this.#createWidget(widget.config, theirNode, widget.name);
|
const seed = this.#createWidget(widget.config, theirNode, widget.name);
|
||||||
const seedControl = addSeedControlWidget(this, seed, "randomize");
|
addSeedControlWidget(this, seed, "randomize");
|
||||||
seed.link = [seedControl];
|
//const seedControl = addSeedControlWidget(this, seed, "randomize");
|
||||||
|
//seed.link = [seedControl];//tried using all different links, not just link
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
this.#createWidget(widget.config, theirNode, widget.name);
|
this.#createWidget(widget.config, theirNode, widget.name);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user