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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -535,6 +535,12 @@ To generate images, run the following command:
535
535
536
536
Supports both Text2Vid and Img2Vid pipelines.
537
537
538
+
**Note**: The product of per_device_batch_size and num_devices must be equal to a whole number.
539
+
540
+
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.
541
+
542
+
If using 8 devices, then per_device_batch_size=0.125 will generate 1 video, per_device_batch_size=0.25 generates 2 videos.
543
+
538
544
The following command will run Wan2.1 T2V:
539
545
540
546
```bash
@@ -553,7 +559,7 @@ To generate images, run the following command:
0 commit comments