Skip to content

Commit

Permalink
Readme: Update reference to latest checkpoint to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavhacohen committed Dec 19, 2024
1 parent d2de958 commit 6c9805b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Then, download the model from [Hugging Face](https://huggingface.co/Lightricks/L
from huggingface_hub import hf_hub_download

model_path = 'PATH' # The local directory to save downloaded checkpoint
hf_hub_download(repo_id="Lightricks/LTX-Video", filename="ltx-video-2b-v0.9.safetensors", local_dir=model_path, local_dir_use_symlinks=False, repo_type='model')
hf_hub_download(repo_id="Lightricks/LTX-Video", filename="ltx-video-2b-v0.9.1.safetensors", local_dir=model_path, local_dir_use_symlinks=False, repo_type='model')
```

### Inference
Expand Down

0 comments on commit 6c9805b

Please sign in to comment.