helios / diffusers /docs /source /en /api /models /autoencoder_kl_kvae.md
Ouzhang's picture
Add files using upload-large-folder tool
78c8ce2 verified
|
Raw
History Blame Contribute Delete
1.01 kB

AutoencoderKLKVAE

The 2D variational autoencoder (VAE) model with KL loss.

The model can be loaded with the following code snippet.

import torch
from diffusers import AutoencoderKLKVAE

vae = AutoencoderKLKVAE.from_pretrained("kandinskylab/KVAE-2D-1.0", subfolder="diffusers", torch_dtype=torch.bfloat16)

AutoencoderKLKVAE

[[autodoc]] AutoencoderKLKVAE

  • decode
  • all