-
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
[core] LTX Video 0.9.1 #10330
[core] LTX Video 0.9.1 #10330
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's fast! thanks!
Are the 0.9.1 diffusers weights up on HuggingFace? |
@tin2tin We're still working with their team on how to host the weights. It might take some time :( Until then, the model is available here as well: https://huggingface.co/a-r-r-o-w/LTX-Video-0.9.1-diffusers, mostly because I need this weight format for finetuning. Once we have it hosted officially, those can be used instead |
Thank you for sharing. |
cc @DN6 for single-file related support |
Wow, this 0.9.1 (with prompt input) delivers very good quality video, and very fast! -932937092_A_woman_with_long_brown_hair_and_light_.mp4I guess img2vid is not implemented yet - I'm getting this error - sorry, if this is just premature to test this:
|
Oh, taking a look... This PR should worked for I2V as well |
@tin2tin Could you try again? Thanks for catching! |
@a-r-r-o-w That was quick! Yes, it is fixed now! Thank you! 1017385988_Photo_of_Photo_of_A_woman_with_long_bro.mp4 |
Hi @a-r-r-o-w, thanks for this PR merged ! Any script for finetuning or LoRA i2v available somewhere ? :) |
@scarbain There's one for T2V here: https://github.com/a-r-r-o-w/finetrainers. I2V will be supported soon! |
To run conversion:
(I've verified that the conversion for v0.9.0 still works after the current modifications to the script)
Inference after conversion:
Output on prompts from the model page:
ltxv-091-output-downscaled.mp4
Will open weights PR to the official repository soon.
cc @yoavhacohen @SapirW