ltx23_split_keys

Split checkpoint keys by component

Description

Splits the flat key space of an LTX single-file checkpoint into its component groups. Connector tensors live under the model.diffusion_model. prefix alongside the transformer, plus a top-level text_embedding_projection. group; both are routed to the connectors component.

Usage

ltx23_split_keys(keys)

Arguments

  • keys: Character vector of checkpoint tensor names.

Value

Named list of character vectors: dit, connectors, vae, audio_vae, vocoder, and other (anything unrecognized; should be empty).