Merge branch 'alexis/seed' of https://github.com/Comfy-Org/ComfyUI into alexis/seed
This commit is contained in:
commit
e7a291131c
|
|
@ -13,7 +13,7 @@ class SeedNode(io.ComfyNode):
|
|||
search_aliases=["seed", "random"],
|
||||
category="utilities",
|
||||
inputs=[
|
||||
io.Int.Input("seed", min=0, max=sys.maxsize, control_after_generate=io.ControlAfterGenerate.fixed),
|
||||
io.Int.Input("seed", min=0, max=sys.maxsize, control_after_generate=io.ControlAfterGenerate.fixed, component="SetRandomInt"),
|
||||
],
|
||||
outputs=[io.Int.Output(display_name="seed")],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue