LTX-Video icon indicating copy to clipboard operation
LTX-Video copied to clipboard

OSError: Lightricks/LTX-Video does not appear to have a file named ltx-video-2b-v0.9.5.safetensors.

Open chenbinghui1 opened this issue 9 months ago • 1 comments

when using transformer = LTXVideoTransformer3DModel.from_single_file("https://huggingface.co/Lightricks/LTX-Video/ltx-video-2b-v0.9.5.safetensors", torch_dtype=torch.bfloat16)

error shows out like OSError: Lightricks/LTX-Video does not appear to have a file named ltx-video-2b-v0.9.5.safetensors.

chenbinghui1 avatar Mar 11 '25 07:03 chenbinghui1

Working fine


import torch
from diffusers import LTXVideoTransformer3DModel
transformer = LTXVideoTransformer3DModel.from_single_file(
    "https://huggingface.co/Lightricks/LTX-Video/ltx-video-2b-v0.9.5.safetensors", 
    torch_dtype=torch.bfloat16
)

(venv) C:\aiOWN\diffuser_webui>python LTX-Video-0.9.5.py
ltx-video-2b-v0.9.5.safetensors:   1%|▏                      | 52.4M/6.34G [00:04<09:22, 11.2MB/s]

nitinmukesh avatar Mar 19 '25 11:03 nitinmukesh