multimodalart HF Staff commited on
Commit
024771c
·
verified ·
1 Parent(s): 6082529

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ try:
77
  dit = LongCatVideoTransformer3DModel.from_pretrained(CHECKPOINT_DIR,
78
  enable_flashattn3=False,
79
  enable_flashattn2=False,
80
- enable_xformers=False,
81
  subfolder="dit",
82
  cp_split_hw=cp_split_hw,
83
  torch_dtype=torch_dtype)
 
77
  dit = LongCatVideoTransformer3DModel.from_pretrained(CHECKPOINT_DIR,
78
  enable_flashattn3=False,
79
  enable_flashattn2=False,
80
+ enable_xformers=True,
81
  subfolder="dit",
82
  cp_split_hw=cp_split_hw,
83
  torch_dtype=torch_dtype)