Hi LTX team,
Thanks for releasing the LTX-2 trainer and IC-LoRA examples. I have a question about the recommended setup for fine-tuning IC-LoRA for LTX-2.3.
The pipeline docs mention that ICLoraPipeline can only be used with a distilled model, and inference seems to use the fixed distilled sigma schedule. However, the trainer's v2v_ic_lora.yaml uses the default flow-matching timestep sampler:
flow_matching:
timestep_sampling_mode: "shifted_logit_normal"
timestep_sampling_params: {}
Could you clarify the intended recipe?
- Should IC-LoRA fine-tuning use the distilled checkpoint as
model.model_path?
- If so, should training timesteps/sigmas be sampled from the distilled inference schedule, or is the default
shifted_logit_normal sampler still recommended?
- Is there any expected mismatch from training over continuous random timesteps while inference only uses the fixed distilled sigmas?
Any guidance on the recommended LTX-2.3 IC-LoRA fine-tuning setup would be appreciated. Thanks!
Hi LTX team,
Thanks for releasing the LTX-2 trainer and IC-LoRA examples. I have a question about the recommended setup for fine-tuning IC-LoRA for LTX-2.3.
The pipeline docs mention that
ICLoraPipelinecan only be used with a distilled model, and inference seems to use the fixed distilled sigma schedule. However, the trainer'sv2v_ic_lora.yamluses the default flow-matching timestep sampler:Could you clarify the intended recipe?
model.model_path?shifted_logit_normalsampler still recommended?Any guidance on the recommended LTX-2.3 IC-LoRA fine-tuning setup would be appreciated. Thanks!