mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 08:07:05 +08:00
Add control_after_generate to all seed inputs (#69)
This commit is contained in:
parent
f8e6721f07
commit
9cb1fa3f0d
@ -128,7 +128,7 @@ class RunwayImageToVideoNode(ComfyNodeABC):
|
|||||||
IO.COMBO, RunwayImageToVideoRequest, "ratio", enum_type=AspectRatio
|
IO.COMBO, RunwayImageToVideoRequest, "ratio", enum_type=AspectRatio
|
||||||
),
|
),
|
||||||
"seed": model_field_to_node_input(
|
"seed": model_field_to_node_input(
|
||||||
IO.INT, RunwayImageToVideoRequest, "seed"
|
IO.INT, RunwayImageToVideoRequest, "seed", control_after_generate=True
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
"optional": {
|
"optional": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user