-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Error no file named pytorch_model.bin, model.safetensors found in directory Lightricks/LTX-Video. #10321
Comments
Your local |
Thank you. Now sure why it was missing. But now getting
|
The VAE https://huggingface.co/Lightricks/LTX-Video/tree/main/vae has the expected shape listed in the error, can you check the contents of config.json matches what you have locally and the hash of the safetensors matches what's listed on the Hub? |
Seems same to me. I am not a developer just an end user so sorry for asking something obvious.
https://huggingface.co/Lightricks/LTX-Video/commit/05be24f065a268e3b7881b63a114dbf52ce68fd1
and also checked Hash here
Also compared config and both are same. |
Oh looks like the @nitinmukesh Can you try loading this checkpoint? |
I checked the hash of all files and all seems good.
|
@DN6 |
yes it works with older version. To make ltx-video-2b-v0.9.1.safetensors work, is it the config file need update or model changes. If it has to do with changes in JSON please let me know. I will make manual changes and check. Thank you all for supporting with this issue. |
Please also help how to use these in Diffusers for LTX-Video
It will help users who don't come from developer background |
LMK if we can help with anything 🤗 |
Thank you for the updates.
3.Appreciated. Will wait for the PR to merge and excited to use the new lightweight and better model. |
For 2, the same link has a reference to the image-to-video pipeline when scrolled lower: https://huggingface.co/docs/diffusers/main/en/api/pipelines/ltx_video#diffusers.LTXImageToVideoPipeline.__call__.example. Hope you're able to test it out now |
Regarding #2 The example is for LTXVideoPipeline and pipe is created using LTXImageToVideoPipeline. I think that confused me.
I figured using the example you provided and updated the code. Thank you. |
@a-r-r-o-w Just waiting for more magic, I hope you guys have some up your sleeves. if HunyuanVideo can also work on 8 GB. Sorry for being greedy ;) |
Describe the bug
Reproduction
Install diffusers from source and use the code mentioned here
https://huggingface.co/docs/diffusers/main/en/api/pipelines/ltx_video
Logs
System Info
Windows 11/ Python 3.10.11
Who can help?
The text was updated successfully, but these errors were encountered: