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: docs/source/en/training/cogvideox.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Through fine-tuning training to make up for this gap, the Diffusers framework is
21
21
22
22
The training scripts accepts data in two formats.
23
23
24
-
first one is more suitable for small-scale training, and the second one uses csv encapsulation. In the future, diffusers will support the <Video> tag. The encapsulated `dataset` component can call your data through the stream to meet the requirements of large-scale training.
24
+
The first format is suited for small-scale training, and the second format uses a CSV format, which is more appropriate for streaming data for large-scale training. In the future, Diffusers will support the `<Video>` tag.
0 commit comments