mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-09 13:02:31 +08:00
resolved merge
This commit is contained in:
parent
05756a2563
commit
27bae076bf
@ -301,13 +301,10 @@ app.registerExtension({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
if (widget.type === "combo") {
|
if (widget.type === "combo") {
|
||||||
addSeedControlWidget(this, widget, "randomize");
|
addSeedControlWidget(this, widget, "randomize");
|
||||||
}
|
}
|
||||||
|
|
||||||
>>>>>>> origin/master
|
|
||||||
// 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;
|
||||||
|
|||||||
@ -828,18 +828,11 @@ class ComfyApp {
|
|||||||
widget.value = widget.value.slice(7);
|
widget.value = widget.value.slice(7);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
if (widget.name == "seed control after generating") {
|
if (widget.name == "seed control after generating") {
|
||||||
if (widget.value == true) {
|
if (widget.value == true) {
|
||||||
widget.value = "randomize";
|
widget.value = "randomize";
|
||||||
}
|
}
|
||||||
=======
|
|
||||||
|
|
||||||
if (widget.name == "seed control after generating") {
|
|
||||||
if (widget.value == true) {
|
|
||||||
widget.value = "randomize";
|
|
||||||
}
|
|
||||||
>>>>>>> origin/master
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -50,10 +50,7 @@ export function addSeedControlWidget(node, targetWidget, defaultValue = "randomi
|
|||||||
console.log("default (fail)");
|
console.log("default (fail)");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
>>>>>>> origin/master
|
|
||||||
return seedControl;
|
return seedControl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user