Runway API Node Video Generation ComfyUI Official Example
This article will introduce how to use Runway nodes in ComfyUI for video generation workflows
Runway is a company focused on generative AI, providing powerful video generation capabilities. Currently, ComfyUI has integrated the Runway API, allowing you to directly use the related nodes in ComfyUI for video generation.
Currently, ComfyUI natively integrates the following Runway video generation models:
- Runway Gen3a turbo
- Runway Gen4 turbo
- Runway First Last Frame to video
To use the API nodes, you need to ensure that you are logged in properly and using a permitted network environment. Please refer to the API Nodes Overview section of the documentation to understand the specific requirements for using the API nodes.
Gen3a turbo Image-to-Video Workflow
1. Workflow File Download
The video below contains workflow information in its metadata
. Please download and drag it into ComfyUI to load the corresponding workflow.
Download Json Format Workflow File
Download the image below as input image
2. Complete the Workflow Execution Step by Step
You can refer to the numbers in the image to complete the basic image-to-video workflow execution:
- In the
Load Image
node, load the provided input image - In the
Runway Gen3a turbo
node, set theprompt
to describe video content, modify theduration
parameter to set video length, modify theratio
parameter to set video aspect ratio - Click the
Run
button, or use the shortcutCtrl(cmd) + Enter
to execute video generation. - After waiting for the API to return results, you can view the generated video in the
Save Video
node (right-click to save). The corresponding video will also be saved to theComfyUI/output/
directory.
Gen4 turbo Image-to-Video Workflow
1. Workflow File Download
The video below contains workflow information in its metadata
. Please download and drag it into ComfyUI to load the corresponding workflow.
Download Json Format Workflow File
Download the image below as input image
2. Complete the Workflow Execution Step by Step
You can refer to the numbers in the image to complete the basic image-to-video workflow execution:
- In the
Load Image
node, load the provided input image - In the
Runway Gen4 turbo
node, set theprompt
to describe video content, modify theduration
parameter to set video length, modify theratio
parameter to set video aspect ratio - Click the
Run
button, or use the shortcutCtrl(cmd) + Enter
to execute video generation. - After waiting for the API to return results, you can view the generated video in the
Save Video
node (right-click to save). The corresponding video will also be saved to theComfyUI/output/
directory.
First-Last Frame Video Generation Workflow
1. Workflow File Download
The video below contains workflow information in its metadata
. Please download and drag it into ComfyUI to load the corresponding workflow.
Download Json Format Workflow File
Download the images below as input images
2. Complete the Workflow Execution Step by Step
You can refer to the numbers in the image to complete the basic first-last frame to video workflow execution:
- In the
Load Image
node, load the starting frame - In the
Load Image
node, load the ending frame - In the
Runway First-Last-Frame to Video
node, set theprompt
to describe video content, modify theduration
parameter to set video length, modify theratio
parameter to set video aspect ratio - Click the
Run
button, or use the shortcutCtrl(cmd) + Enter
to execute video generation. - After waiting for the API to return results, you can view the generated video in the
Save Video
node (right-click to save). The corresponding video will also be saved to theComfyUI/output/
directory.