kadirnar commited on
Commit
e3aafd6
1 Parent(s): 1e6e344

Update configs/opensora/inference/64x512x512.py

Browse files
configs/opensora/inference/64x512x512.py CHANGED
@@ -7,7 +7,7 @@ model = dict(
7
  type="STDiT-XL/2",
8
  space_scale=1.0,
9
  time_scale=2 / 3,
10
- enable_flashattn=False,
11
  enable_layernorm_kernel=False,
12
  from_pretrained="PRETRAINED_MODEL",
13
  )
 
7
  type="STDiT-XL/2",
8
  space_scale=1.0,
9
  time_scale=2 / 3,
10
+ enable_flashattn=True,
11
  enable_layernorm_kernel=False,
12
  from_pretrained="PRETRAINED_MODEL",
13
  )