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
LTX-Video is the first DiT-based video generation model capable of generating high-quality videos in real-time. It produces 24 FPS videos at a 768x512 resolution faster than they can be watched. Trained on a large-scale dataset of diverse videos, the model generates high-resolution videos with realistic and varied content. We provide a model for both text-to-video as well as image+text-to-video usecases
Integration should be fairly straight forward as the original code is based on Diffusers, some changes will be required like rewriting usage of einops.rearrange.
The text was updated successfully, but these errors were encountered:
Of course, this will be super cool to have especially because fine-tuning would be relatively cheaper and will also potentially benefit from many optimization stuff we're planning to add very soon.
Lightricks LTX-Video
LTX-Video is the first DiT-based video generation model capable of generating high-quality videos in real-time. It produces 24 FPS videos at a 768x512 resolution faster than they can be watched. Trained on a large-scale dataset of diverse videos, the model generates high-resolution videos with realistic and varied content. We provide a model for both text-to-video as well as image+text-to-video usecases
Model
Code
Integration should be fairly straight forward as the original code is based on Diffusers, some changes will be required like rewriting usage of
einops.rearrange
.The text was updated successfully, but these errors were encountered: