mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-28 07:10:15 +08:00
remove randomizing combo
This commit is contained in:
parent
adb0ea4af1
commit
12ba214a5d
@ -308,10 +308,6 @@ app.registerExtension({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (widget.type === "combo") {
|
|
||||||
addSeedControlWidget(this, widget, "randomize");
|
|
||||||
}
|
|
||||||
|
|
||||||
// When our value changes, update other widgets to reflect our changes
|
// When our value changes, update other widgets to reflect our changes
|
||||||
// e.g. so LoadImage shows correct image
|
// e.g. so LoadImage shows correct image
|
||||||
const callback = widget.callback;
|
const callback = widget.callback;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user