ltx23_map_vae_key

Map an official VAE checkpoint key to the R module name

Description

The official checkpoint stores the encoder/decoder as flat block lists (down_blocks.0-8 / up_blocks.0-8) where downsamplers/upsamplers and the mid block are separate entries; diffusers (and this port) nest them. Index mapping per diffusers convert_ltx2_to_diffusers.py.

Usage

ltx23_map_vae_key(key)

Arguments

  • key: Character. Checkpoint key (with or without “vae.” prefix).

Value

Character. Module parameter/buffer name.