1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00
Files
diffusers/docs/source/en/api/models/autoencoderkl_ltx_video.md
2025-06-19 07:46:01 +05:30

1.2 KiB

AutoencoderKLLTXVideo

The 3D variational autoencoder (VAE) model with KL loss used in LTX was introduced by Lightricks.

The model can be loaded with the following code snippet.

from diffusers import AutoencoderKLLTXVideo

vae = AutoencoderKLLTXVideo.from_pretrained("Lightricks/LTX-Video", subfolder="vae", torch_dtype=torch.float32).to("cuda")

AutoencoderKLLTXVideo

autodoc AutoencoderKLLTXVideo - decode - encode - all

AutoencoderKLOutput

autodoc models.autoencoders.autoencoder_kl.AutoencoderKLOutput

DecoderOutput

autodoc models.autoencoders.vae.DecoderOutput