kadirnar commited on
Commit
2500d8b
1 Parent(s): 0ba99c2

Update configs/opensora/inference/64x512x512.py

Browse files
configs/opensora/inference/64x512x512.py CHANGED
@@ -1,5 +1,5 @@
1
- num_frames = 16
2
- fps = 24 // 3
3
  image_size = (512, 512)
4
 
5
  # Define model
@@ -23,7 +23,7 @@ text_encoder = dict(
23
  )
24
  scheduler = dict(
25
  type="iddpm",
26
- num_sampling_steps=50,
27
  cfg_scale=7.0,
28
  )
29
  dtype = "fp16"
 
1
+ num_frames = 64
2
+ fps = 24 //2
3
  image_size = (512, 512)
4
 
5
  # Define model
 
23
  )
24
  scheduler = dict(
25
  type="iddpm",
26
+ num_sampling_steps=100,
27
  cfg_scale=7.0,
28
  )
29
  dtype = "fp16"