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
Could you point me to the technical changelog for the new LTX-Video v0.9.5? Beyond the improved VAE and higher resolution already mentioned in the README, since it seems to support many more capabilities and controllable features.
Also, is it backward compatible with previous checkpoints? Specifically, can I directly load the new checkpoint using the previous implementation (e.g., diffusers), assuming I don’t need the prompt enhancement?
The text was updated successfully, but these errors were encountered:
I tried loading v0.9.5 directly with diffusers 0.32.2 pipe.transformer = LTXVideoTransformer3DModel.from_single_file("https://huggingface.co/Lightricks/LTX-Video/ltx-video-2b-v0.9.5.safetensors", torch_dtype=torch.bfloat16)
It can still return a video file, but it’s very noisy, so there seem to be some updates to the model
Congrats on v0.9.5 another banger!
Could you point me to the technical changelog for the new LTX-Video v0.9.5? Beyond the improved VAE and higher resolution already mentioned in the README, since it seems to support many more capabilities and controllable features.
Also, is it backward compatible with previous checkpoints? Specifically, can I directly load the new checkpoint using the previous implementation (e.g., diffusers), assuming I don’t need the prompt enhancement?
The text was updated successfully, but these errors were encountered: