imthanhlv commited on
Commit
f54fc0f
·
verified ·
1 Parent(s): a6a259b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,7 +7,8 @@ import time
7
  import types
8
  from typing import Optional
9
 
10
- pipe = LTXPipeline.from_pretrained("a-r-r-o-w/LTX-Video-0.9.1-diffusers", torch_dtype=torch.bfloat16)
 
11
  pipe.enable_sequential_cpu_offload()
12
 
13
 
 
7
  import types
8
  from typing import Optional
9
 
10
+ # pipe = LTXPipeline.from_pretrained("a-r-r-o-w/LTX-Video-0.9.1-diffusers", torch_dtype=torch.bfloat16)
11
+ pipe = LTXPipeline.from_pretrained("Lightricks/LTX-Video", torch_dtype=torch.bfloat16)
12
  pipe.enable_sequential_cpu_offload()
13
 
14