You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newest commit in the HuggingFace repo just broke the current code!
Please update the Github Code and HuggingFace at the same time, if it's breaking changes, please just upload a new HuggingFace repo.
*Update fix:
for anyone encountering this, please use this snippet here to download the model from HuggingFace:
from huggingface_hub import snapshot_download
model_path = "..." # The local directory to save downloaded checkpoint
snapshot_download(
"Lightricks/LTX-Video",
revision="f1994f6731091f828ecc135923c978155928c031",
local_dir=model_path,
local_dir_use_symlinks=False,
repo_type="model",
)
The text was updated successfully, but these errors were encountered:
The newest commit in the HuggingFace repo just broke the current code!
Please update the Github Code and HuggingFace at the same time, if it's breaking changes, please just upload a new HuggingFace repo.
*Update fix:
for anyone encountering this, please use this snippet here to download the model from HuggingFace:
The text was updated successfully, but these errors were encountered: