-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Open
Description
#12915 added support for LTX-2.
What's supported?
- Single stage T2V and I2V
- Upsampling
Amongst other things, we don't support running inference with the distilled checkpoint. This thread is for tracking that feature.
This is where the inference pipeline with distillation is implemented in the original codebase.
Some steps that come to mind that will be needed for the integration:
- Run the conversion script to get the diffusers format checkpoint.
- Use the pre-defined sigmas as here.
- Test with a guidance scale of 1 and steps of 8.