Files
2026-07-13 13:09:03 +08:00

15 lines
588 B
Python

# Copyright 2024 NVIDIA CORPORATION & AFFILIATES
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
"""LTX-2 causal VAE (drop-in alternative to the bidirectional AutoencoderKLLTX2Video)."""
from diffusion.model.ltx2.causal_vae import AutoencoderKLCausalLTX2Video # noqa: F401
from diffusion.model.ltx2.streaming_decoder import CausalVaeStreamingDecoder # noqa: F401