From 612d3ff1bfa1da5943015c7011f2a1bb53aa8bea Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Wed, 15 Jul 2026 06:12:15 +0800 Subject: [PATCH] docs: document WanImageToVideo output frame rate (16 FPS) Users commonly ask what frame rate the WanImageToVideo node outputs at. The length parameter gives frame count but FPS was undocumented. Wan video generation uses a fixed 16 FPS, documented in tutorial workflows but missing from the node reference docs. Source: Mintlify AI Assistant analytics data (2026-07-15) --- built-in-nodes/WanImageToVideo.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/built-in-nodes/WanImageToVideo.mdx b/built-in-nodes/WanImageToVideo.mdx index e44aea110..5830d8173 100644 --- a/built-in-nodes/WanImageToVideo.mdx +++ b/built-in-nodes/WanImageToVideo.mdx @@ -8,6 +8,8 @@ mode: wide The WanImageToVideo node prepares conditioning and latent representations for video generation tasks. It creates an empty latent space for video generation and can optionally incorporate starting images and CLIP vision outputs to guide the video generation process. The node modifies both positive and negative conditioning inputs based on the provided image and vision data. +**Output video frame rate:** The generated video uses a fixed frame rate of **16 FPS**. To calculate the output duration, divide the `length` (frame count) by 16. For example, the default length of 81 frames produces approximately 5 seconds of video. + ## Inputs | Parameter | Description | Data Type | Required | Range |