Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HuggingFace Update breaks current code! #56

Open
radna0 opened this issue Dec 11, 2024 · 2 comments
Open

HuggingFace Update breaks current code! #56

radna0 opened this issue Dec 11, 2024 · 2 comments

Comments

@radna0
Copy link

radna0 commented Dec 11, 2024

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",
)
@radna0
Copy link
Author

radna0 commented Dec 11, 2024

Tagging @SapirW who made the commit.

@SapirW
Copy link
Contributor

SapirW commented Dec 11, 2024

I reverted the changes to vae + scheduler configs so should be fine now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants