Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Runway Image to Video (Gen4 Turbo) node generates a video from a single starting frame using Runway’s Gen4 Turbo model. It takes a text prompt and an initial image frame, then creates a video sequence based on the provided duration and aspect ratio settings. The node handles uploading the starting frame to Runway’s API and returns the generated video.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGYes-Text prompt for the generation (default: empty string)
start_frameIMAGEYes-Start frame to be used for the video
durationCOMBOYesMultiple options availableVideo duration selection from available duration options
ratioCOMBOYesMultiple options availableAspect ratio selection from available Gen4 Turbo aspect ratio options
seedINTNo0 to 4294967295Random seed for generation (default: 0)
Parameter Constraints:
  • The start_frame image must have dimensions not exceeding 7999x7999 pixels
  • The start_frame image must have an aspect ratio between 0.5 and 2.0
  • The prompt must contain at least one character

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video based on the input frame and prompt