kadirnar commited on
Commit
7c80123
1 Parent(s): a9e401e

Update configs/opensora/inference/16x512x512.py

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