docs: document WanImageToVideo output frame rate (16 FPS)#1270
Closed
lin-bot23 wants to merge 1 commit into
Closed
docs: document WanImageToVideo output frame rate (16 FPS)#1270lin-bot23 wants to merge 1 commit into
lin-bot23 wants to merge 1 commit into
Conversation
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)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesWanImageToVideo documentation
Suggested reviewers: 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Open
2 tasks
Contributor
Author
|
Superseded by consolidated PR #1272 which includes this change + ComfyUI Manager update + memory offload defaults. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The WanImageToVideo node documentation lists the
lengthparameter (number of frames) but does not specify the output video frame rate. Users commonly ask what frame rate the generated video plays at. This adds a note confirming that Wan video uses a fixed 16 FPS, allowing users to calculate output duration from the frame count.Changes
built-in-nodes/WanImageToVideo.mdx: Added output video frame rate note (16 FPS) with duration calculation exampleSource
Mintlify AI Assistant analytics data (2026-07-15)
Checklist