↓ 1 callersFunctionprepare_tiles_for_encodingPrepare tiles for VAE encoding. Args: video: Input video tensor (B, 3, F, H, W) in range [-1, 1] tiling_config: Tiling configurati
packages/ltx-core/src/ltx_core/model/video_vae/video_vae.py:413
↓ 1 callersFunctionsave_imageSave an image tensor to a file. Args: image_tensor: Image tensor of shape [C, H, W] or [C, 1, H, W] in range [0, 1] or [0, 255].
packages/ltx-trainer/src/ltx_trainer/utils.py:53
Method__call__(
self,
prompt: str,
negative_prompt: str,
seed: int,
num_frames: int,
packages/ltx-pipelines/src/ltx_pipelines/t2a_one_stage.py:94