↓ 1 callersFunction_load_mask_videoLoad a mask video and return a pixel-space tensor of shape (1, 1, F, H, W). The mask video is loaded, resized to (height, width), converted to
packages/ltx-pipelines/src/ltx_pipelines/ic_lora.py:431
↓ 1 callersFunction_pad_workspace_temporalApply non-causal replicate padding to temporal boundaries. Sets ``workspace[:, :, 0]`` to a copy of ``workspace[:, :, 1]`` and ``workspace[:,
packages/ltx-core/src/ltx_core/model/video_vae/memory_efficient_decode.py:95
↓ 1 callersMethod_prepare_self_attention_maskPrepare self-attention mask by converting [0,1] values to additive log-space bias. Input shape: 3D ``(B, T_q, T_k)`` with values in [0, 1]. Th
packages/ltx-core/src/ltx_core/model/transformer/transformer_args.py:151
↓ 1 callersFunction_prepare_video_arrayConvert video tensor to [F, H, W, C] uint8 numpy array. If ``video_format`` is provided, it is trusted. Otherwise, the layout is auto-detected
packages/ltx-trainer/src/ltx_trainer/video_utils.py:124
↓ 1 callersMethod_preprocess_videoPreprocess a video by loading, resizing, and applying transforms. Returns: Tuple of (video tensor in [C, F, H, W] format, fps)
packages/ltx-trainer/scripts/process_videos.py:277
↓ 1 callersFunction_resnet_block_forward_inplaceRun a ``ResnetBlock3D`` in-place on a workspace buffer. The workspace has shape ``[B, C, T+2, H, W]`` with real data in ``[1:-1]``. After thi
packages/ltx-core/src/ltx_core/model/video_vae/memory_efficient_decode.py:265