You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`2026/04/16`**: Support for Tokamax Ring Attention kernel is now added.
20
21
-**`2026/03/31`**: Wan2.2 SenCache inference is now supported for T2V and I2V (up to 1.4x speedup)
21
22
-**`2026/03/25`**: Wan2.1 and Wan2.2 Magcache inference is now supported
22
23
-**`2026/03/25`**: LTX-2 Video Inference is now supported
@@ -535,6 +536,12 @@ To generate images, run the following command:
535
536
536
537
Supports both Text2Vid and Img2Vid pipelines.
537
538
539
+
**Note**: The product of per_device_batch_size and num_devices must be equal to a whole number.
540
+
541
+
The below command uses 4 devices and a per_device_batch_size=0.25. Thus, 4 * 0.25 = 1. This will generate a single video. Setting per_device_batch_size to 0.5, will generate 2 videos and so on.
542
+
543
+
If using 8 devices, then per_device_batch_size=0.125 will generate 1 video, per_device_batch_size=0.25 generates 2 videos.
544
+
538
545
The following command will run Wan2.1 T2V:
539
546
540
547
```bash
@@ -553,7 +560,7 @@ To generate images, run the following command:
0 commit comments