mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-27 14:50:20 +08:00
third time's the charm
This commit is contained in:
parent
a40c380f12
commit
f6796a5d48
@ -167,8 +167,11 @@ app.registerExtension({
|
||||
const node = LiteGraph.createNode("PrimitiveNode");
|
||||
app.graph.add(node);
|
||||
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
=======
|
||||
>>>>>>> parent of ec3e40e (flyingshutter's code added, in working order)
|
||||
node.widgets.addSeedControlWidget(node,node.widgets[0],"randomize");
|
||||
|
||||
>>>>>>> parent of ec3e40e (flyingshutter's code added, in working order)
|
||||
@ -307,6 +310,9 @@ app.registerExtension({
|
||||
if (widget.type === "number") {
|
||||
addSeedControlWidget(this, widget, "fixed seed");
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> parent of ec3e40e (flyingshutter's code added, in working order)
|
||||
=======
|
||||
>>>>>>> parent of ec3e40e (flyingshutter's code added, in working order)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user