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
chore(ltx2): clearer LoRA-loader logging; warn on unused keys
Logging/diagnostics only - what gets merged is unchanged:
- a missing LoRA weight name returns early with one clear message
(was two unclear logs);
- a missing `transformer` is logged on its own (was folded into the
weight-name message);
- a missing `connectors` is now logged (previously had no message);
- warn when a LoRA carries keys outside the two prefixes routed to the merges
(`diffusion_model.` / `text_embedding_projection.`) - those keys were
previously dropped without any notice.
0 commit comments