↓ 1 callersFunctionapply_hdr_decode_postprocessApply HDR decompress to VAE decode output for HDR recovery. Args: decoded_video: Tensor from VAE decode in [0, 1], shape [B, C, F, H, W].
packages/ltx-core/src/ltx_core/hdr.py:56
↓ 1 callersFunctioncreate_noised_stateCreate a noised latent state from empty state, conditionings, and noiser. Creates an empty latent state, applies conditionings, and then adds nois
packages/ltx-pipelines/src/ltx_pipelines/utils/helpers.py:224
↓ 1 callersMethoddecode_videoDecode a video latent tensor, yielding float chunks ``[f, h, w, c]`` in ``[0, 1]``. Subclasses (e.g. ``DistributedVideoDecoder``) may override
packages/ltx-core/src/ltx_core/model/video_vae/video_vae.py:904