sandeshrajx commited on
Commit
00b13b0
1 Parent(s): 48561ab

Update configs/opensora/inference/16x256x256.py

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