|
| 1 | +--- |
| 2 | +title: "Wan2.7 Video Generation in ComfyUI" |
| 3 | +description: "Learn how to use Wan2.7 via Partner Nodes in ComfyUI for image-to-video, text-to-video, reference-to-video, video continuation, and video editing" |
| 4 | +sidebarTitle: "Wan2.7" |
| 5 | +--- |
| 6 | + |
| 7 | +import ReqHint from "/snippets/tutorials/partner-nodes/req-hint.mdx"; |
| 8 | +import UpdateReminder from "/snippets/tutorials/update-reminder.mdx"; |
| 9 | + |
| 10 | +Wan2.7 is Alibaba's latest video generation model, now available in ComfyUI via Partner Nodes. It is a comprehensive upgrade over version 2.6 with significant improvements across image quality, audio, motion dynamics, stylization, and consistency. |
| 11 | + |
| 12 | +This release brings a fully upgraded multimodal video pipeline directly into your node graph, supporting text, image, audio, and video inputs across five task types. |
| 13 | + |
| 14 | +## Key features |
| 15 | + |
| 16 | +- **Image-to-video**: First-frame, first+last-frame, and audio-driven generation |
| 17 | +- **Text-to-video**: Pure text prompts with optional audio input and multi-shot narration |
| 18 | +- **Video continuation**: Extend an existing clip with new content guided by a text prompt |
| 19 | +- **Reference-to-video**: Reference both a subject's visual appearance and vocal timbre; supports up to 5 real-person inputs and multi-character interactions |
| 20 | +- **Video edit**: Edit or replicate videos via text prompts, reference image, or style transfer |
| 21 | + |
| 22 | +## Highlights |
| 23 | + |
| 24 | +- Supports up to **5 real-person image inputs** for multi-character scenes |
| 25 | +- Vocal timbre reference for consistent audio-visual identity |
| 26 | +- 3x3 grid-based image generation |
| 27 | +- Significant improvements in motion dynamics, stylization, and consistency over Wan2.6 |
| 28 | + |
| 29 | +<ReqHint/> |
| 30 | +<UpdateReminder/> |
| 31 | + |
| 32 | +## Wan2.7 image-to-video |
| 33 | + |
| 34 | +Generate video from image inputs. Supports first-frame, first+last-frame, and audio-driven generation modes. |
| 35 | + |
| 36 | +<CardGroup cols={2}> |
| 37 | + <Card title="Wan2.7 I2V Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_wan2_7_i2v.json"> |
| 38 | + Get the Wan2.7 Image-to-Video workflow file. |
| 39 | + </Card> |
| 40 | + <Card title="Run Wan2.7 I2V on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_wan2_7_i2v&utm_source=docs"> |
| 41 | + Try the Image-to-Video workflow instantly on Comfy Cloud. |
| 42 | + </Card> |
| 43 | +</CardGroup> |
| 44 | + |
| 45 | +## Wan2.7 text-to-video |
| 46 | + |
| 47 | +Generate video from pure text prompts. Optionally include audio input and multi-shot narration for richer storytelling. |
| 48 | + |
| 49 | +<CardGroup cols={2}> |
| 50 | + <Card title="Wan2.7 T2V Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_wan2_7_t2v.json"> |
| 51 | + Get the Wan2.7 Text-to-Video workflow file. |
| 52 | + </Card> |
| 53 | + <Card title="Run Wan2.7 T2V on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_wan2_7_t2v&utm_source=docs"> |
| 54 | + Try the Text-to-Video workflow instantly on Comfy Cloud. |
| 55 | + </Card> |
| 56 | +</CardGroup> |
| 57 | + |
| 58 | +## Wan2.7 reference-to-video |
| 59 | + |
| 60 | +Use reference images of a subject's visual appearance along with an optional vocal timbre reference. Supports up to 5 real-person inputs for multi-character interaction scenes. |
| 61 | + |
| 62 | +<CardGroup cols={2}> |
| 63 | + <Card title="Wan2.7 R2V Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_wan2_7_r2v.json"> |
| 64 | + Get the Wan2.7 Reference-to-Video workflow file. |
| 65 | + </Card> |
| 66 | + <Card title="Run Wan2.7 R2V on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_wan2_7_r2v&utm_source=docs"> |
| 67 | + Try the Reference-to-Video workflow instantly on Comfy Cloud. |
| 68 | + </Card> |
| 69 | +</CardGroup> |
| 70 | + |
| 71 | +## Wan2.7 video edit |
| 72 | + |
| 73 | +Edit or replicate existing videos using text prompts, a reference image, or style transfer. |
| 74 | + |
| 75 | +<CardGroup cols={2}> |
| 76 | + <Card title="Wan2.7 Video Edit Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_wan2_7_video_edit.json"> |
| 77 | + Get the Wan2.7 Video Edit workflow file. |
| 78 | + </Card> |
| 79 | + <Card title="Run Wan2.7 Video Edit on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_wan2_7_video_edit&utm_source=docs"> |
| 80 | + Try the Video Edit workflow instantly on Comfy Cloud. |
| 81 | + </Card> |
| 82 | +</CardGroup> |
0 commit comments