kadirnar commited on
Commit
707a585
1 Parent(s): 7d4a56a

Update configs/opensora/inference/16x512x512.py

Browse files
configs/opensora/inference/16x512x512.py CHANGED
@@ -7,8 +7,8 @@ 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=True,
12
  from_pretrained="PRETRAINED_MODEL"
13
  )
14
  vae = dict(
 
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
  )
14
  vae = dict(