mirror of
https://github.com/huggingface/diffusers.git
synced 2025-12-06 12:34:13 +08:00
1.3 KiB
1.3 KiB
AutoencoderKLAllegro
The 3D variational autoencoder (VAE) model with KL loss used in Allegro was introduced in Allegro: Open the Black Box of Commercial-Level Video Generation Model by RhymesAI.
The model can be loaded with the following code snippet.
from diffusers import AutoencoderKLAllegro
vae = AutoencoderKLAllegro.from_pretrained("rhymes-ai/Allegro", subfolder="vae", torch_dtype=torch.float32).to("cuda")
AutoencoderKLAllegro
autodoc AutoencoderKLAllegro - decode - encode - all
AutoencoderKLOutput
autodoc models.autoencoders.autoencoder_kl.AutoencoderKLOutput
DecoderOutput
autodoc models.autoencoders.vae.DecoderOutput