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 |
-
vae = AutoencoderKLLTXVideo.from_single_file("https://huggingface.co/
|
17 |
t2v_pipe = LTXPipeline.from_pretrained(
|
18 |
"Lightricks/LTX-Video",
|
19 |
transformer=transformer,
|
|
|
13 |
quantization_config=GGUFQuantizationConfig(compute_dtype=torch.bfloat16),
|
14 |
torch_dtype=torch.bfloat16,
|
15 |
)
|
16 |
+
vae = AutoencoderKLLTXVideo.from_single_file("https://huggingface.co/Lightricks/LTX-Video/ltx-video-2b-v0.9.safetensors", torch_dtype=torch.float32)
|
17 |
t2v_pipe = LTXPipeline.from_pretrained(
|
18 |
"Lightricks/LTX-Video",
|
19 |
transformer=transformer,
|