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
feat(ltx2): map LTX-2.3 gate_logits and prompt_adaln LoRA keys
Extend the LTX-2 NNX->Diffusers LoRA translate map so adapters that touch the
per-head attention gate (`*.to_gate_logits`, all six attention types) and the
prompt-conditioned AdaLN (`prompt_adaln` / `audio_prompt_adaln`) resolve to
their model layers.
Audited all 13 official Lightricks LTX-2.3-22b IC-LoRAs and the distilled-384
LoRA against the map: the 13 IC-LoRAs (attn + ff only) were already fully
covered, and `ltx-2.3-22b-distilled-lora-384` was the ONLY one with unmatched
keys - 294/1660, exactly the gate_logits + prompt_adaln families added here.
With these entries it fuses 1660/1660; the IC-LoRAs are unaffected.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VtSdP6a6GNHMn9CBWhieQH
0 commit comments