Skip to content

Commit 937a2bd

Browse files
committed
Fix import path for UpdateReminder snippet
Corrected the import path to remove '/en' from the snippet location.
1 parent 31cfe1b commit 937a2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/video/wan/wan-ati.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Using trajectory control for video generation."
44
sidebarTitle: "WAN ATI"
55
---
66

7-
import UpdateReminder from '/snippets/en/tutorials/update-reminder.mdx'
7+
import UpdateReminder from '/snippets/tutorials/update-reminder.mdx'
88

99

1010
**ATI (Any Trajectory Instruction)** is a controllable video generation framework proposed by the ByteDance team. ATI is implemented based on Wan2.1 and supports unified control of objects, local regions, and camera motion in videos through arbitrary trajectory instructions.
@@ -80,4 +80,4 @@ Please follow the numbered steps in the image to ensure smooth execution of the
8080
6. Trajectory editing: Currently there is no corresponding trajectory editor in ComfyUI yet, you can use the following link to complete trajectory editing
8181
- [Online Trajectory Editing Tool](https://comfyui-wiki.github.io/Trajectory-Annotation-Tool/)
8282
7. If you need to modify the prompts (positive and negative), please make changes in the `CLIP Text Encoder` node numbered `5`
83-
8. Click the `Run` button, or use the shortcut `Ctrl(cmd) + Enter` to execute video generation
83+
8. Click the `Run` button, or use the shortcut `Ctrl(cmd) + Enter` to execute video generation

0 commit comments

Comments
 (0)