Place this snippet on top of your Inference Code to download the model automatically
from huggingface_hub import snapshot_download
model_path = "..." # The local directory to save downloaded checkpoint
snapshot_download(
"radna/LTX-Video-Minimal",
local_dir=model_path,
local_dir_use_symlinks=False,
repo_type="model",
)
- Downloads last month
- 0
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the HF Inference API does not support diffusers models with pipeline type image-to-video
Model tree for radna/LTX-Video-Minimal
Base model
Lightricks/LTX-Video