mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-27 06:40:16 +08:00
back to where I'm at
This commit is contained in:
parent
521a0eedb6
commit
c8e0185921
Binary file not shown.
@ -288,18 +288,10 @@ app.registerExtension({
|
||||
widget.value = theirWidget.value;
|
||||
}
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
if (widget.type === "combo") {
|
||||
addSeedControlWidget(this, widget, "randomize");
|
||||
}
|
||||
|
||||
=======
|
||||
if (widget.type === "combo")
|
||||
addSeedControlWidget(this, widget, "randomize");
|
||||
|
||||
|
||||
>>>>>>> fbe3df1ec837d298aaab68bab81c967182d2bab6
|
||||
// When our value changes, update other widgets to reflect our changes
|
||||
// e.g. so LoadImage shows correct image
|
||||
const callback = widget.callback;
|
||||
|
||||
@ -54,11 +54,7 @@ export function addSeedControlWidget(node, targetWidget, defaultValue = "randomi
|
||||
}
|
||||
|
||||
function seedWidget(node, inputName, inputData) {
|
||||
<<<<<<< HEAD
|
||||
const seed = ComfyWidgets.COMBO(node, inputName, inputData);
|
||||
=======
|
||||
const seed = ComfyWidgets.INT(node, inputName, inputData);
|
||||
>>>>>>> fbe3df1ec837d298aaab68bab81c967182d2bab6
|
||||
const seedControl = addSeedControlWidget(node, seed.widget, "randomize");
|
||||
|
||||
seed.widget.linkedWidgets = [seedControl];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user