Update app.py
Browse files
app.py
CHANGED
|
@@ -7,8 +7,8 @@ import time
|
|
| 7 |
import types
|
| 8 |
from typing import Optional
|
| 9 |
|
| 10 |
-
|
| 11 |
-
pipe = LTXPipeline.from_pretrained("Lightricks/LTX-Video", torch_dtype=torch.bfloat16)
|
| 12 |
pipe.enable_sequential_cpu_offload()
|
| 13 |
|
| 14 |
|
|
|
|
| 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 |
|