user029182 commited on
Commit
aea3b85
·
verified ·
1 Parent(s): 59b5bd8

Update video_model.py

Browse files
Files changed (1) hide show
  1. 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/city96/LTX-Video-gguf/blob/main/LTX-Video-VAE-BF16.safetensors", torch_dtype=torch.bfloat16)
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,