Skip to content

Commit 0b85230

Browse files
Add Wan2.7 partner node documentation (#904)
* Add Wan2.7 partner node documentation Generated-By: mintlify-agent * Remove download wording, add cloud links, remove get started section Generated-By: mintlify-agent * Reorganize workflow cards into download/cloud groups with descriptions Generated-By: mintlify-agent * Restructure: each workflow gets its own section with description + paired download/cloud links Generated-By: mintlify-agent --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 64c8f5c commit 0b85230

2 files changed

Lines changed: 88 additions & 0 deletions

File tree

docs.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,12 @@
407407
"pages": [
408408
"tutorials/partner-nodes/reve/reve-image"
409409
]
410+
},
411+
{
412+
"group": "Wan",
413+
"pages": [
414+
"tutorials/partner-nodes/wan/wan2-7"
415+
]
410416
}
411417
]
412418
}
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
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

Comments
 (0)