From 9cb1fa3f0d78f14ae8dd1bc4fe66104485f31ff6 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Wed, 30 Apr 2025 11:20:19 -0700 Subject: [PATCH] Add `control_after_generate` to all seed inputs (#69) --- comfy_api_nodes/nodes_runway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_api_nodes/nodes_runway.py b/comfy_api_nodes/nodes_runway.py index 083b0998a..e472debd0 100644 --- a/comfy_api_nodes/nodes_runway.py +++ b/comfy_api_nodes/nodes_runway.py @@ -128,7 +128,7 @@ class RunwayImageToVideoNode(ComfyNodeABC): IO.COMBO, RunwayImageToVideoRequest, "ratio", enum_type=AspectRatio ), "seed": model_field_to_node_input( - IO.INT, RunwayImageToVideoRequest, "seed" + IO.INT, RunwayImageToVideoRequest, "seed", control_after_generate=True ), }, "optional": {