Add control_after_generate to all seed inputs (#69)

This commit is contained in:
Christian Byrne 2025-04-30 11:20:19 -07:00 committed by Robin Huang
parent f8e6721f07
commit 9cb1fa3f0d

View File

@ -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": {