Spaces:
Paused
Paused
Update video_model.py
Browse files- video_model.py +1 -1
video_model.py
CHANGED
@@ -13,7 +13,7 @@ transformer = LTXVideoTransformer3DModel.from_single_file(
|
|
13 |
quantization_config=GGUFQuantizationConfig(compute_dtype=torch.bfloat16),
|
14 |
torch_dtype=torch.bfloat16,
|
15 |
)
|
16 |
-
|
17 |
"Lightricks/LTX-Video",
|
18 |
transformer=transformer,
|
19 |
torch_dtype=torch.bfloat16,
|
|
|
13 |
quantization_config=GGUFQuantizationConfig(compute_dtype=torch.bfloat16),
|
14 |
torch_dtype=torch.bfloat16,
|
15 |
)
|
16 |
+
t2v_pipe = LTXPipeline.from_pretrained(
|
17 |
"Lightricks/LTX-Video",
|
18 |
transformer=transformer,
|
19 |
torch_dtype=torch.bfloat16,
|