Skip to content

Clarification on IC-LoRA fine-tuning with distilled models #243

Description

@wymanCV

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?

  1. Should IC-LoRA fine-tuning use the distilled checkpoint as model.model_path?
  2. If so, should training timesteps/sigmas be sampled from the distilled inference schedule, or is the default shifted_logit_normal sampler still recommended?
  3. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions