Buckets:
AutoencoderKLLTX2Audio
The 3D variational autoencoder (VAE) model with KL loss used in LTX-2 was introduced by Lightricks. This is for encoding and decoding audio latent representations.
The model can be loaded with the following code snippet.
from diffusers import AutoencoderKLLTX2Audio
vae = AutoencoderKLLTX2Audio.from_pretrained("Lightricks/LTX-2", subfolder="vae", torch_dtype=torch.float32).to("cuda")
AutoencoderKLLTX2Audio[[diffusers.AutoencoderKLLTX2Audio]]
diffusers.AutoencoderKLLTX2Audio[[diffusers.AutoencoderKLLTX2Audio]]
LTX2 audio VAE for encoding and decoding audio latent representations.
wrapperdiffusers.AutoencoderKLLTX2Audio.encodehttps://github.com/huggingface/diffusers/blob/vr_12448/src/diffusers/utils/accelerate_utils.py#L43[{"name": "*args", "val": ""}, {"name": "**kwargs", "val": ""}]
wrapper[[diffusers.AutoencoderKLLTX2Audio.decode]]
Xet Storage Details
- Size:
- 1.19 kB
- Xet hash:
- 0ac18a7e649d82107f1883494dcc8c3f61cf36e900d9c45cd98e3e54a2b0de1b
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.