mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-10 12:49:38 +02:00
update config.md
This commit is contained in:
parent
b59f5892dd
commit
c40f6c681b
|
|
@ -132,7 +132,7 @@ Example commands for inference can be found in [commands.md](/docs/commands.md).
|
|||
# Define dataset
|
||||
dataset = dict(
|
||||
type="VariableVideoTextDataset", # Select dataset type
|
||||
# VideoTextDataset for OpenSora 1.0, VariableVideoTextDataset for OpenSora 1.1
|
||||
# VideoTextDataset for OpenSora 1.0, VariableVideoTextDataset for OpenSora 1.1 and 1.2
|
||||
data_path=None, # Path to the dataset
|
||||
num_frames=None, # Number of frames, set None since we support dynamic training
|
||||
frame_interval=3, # Frame interval
|
||||
|
|
|
|||
Loading…
Reference in a new issue