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

AutoencoderKLQwenImage

The model can be loaded with the following code snippet.

from diffusers import AutoencoderKLQwenImage

vae = AutoencoderKLQwenImage.from_pretrained("Qwen/QwenImage-20B", subfolder="vae")

AutoencoderKLQwenImage

[[autodoc]] AutoencoderKLQwenImage - decode - encode - all

AutoencoderKLOutput

[[autodoc]] models.autoencoders.autoencoder_kl.AutoencoderKLOutput

DecoderOutput

[[autodoc]] models.autoencoders.vae.DecoderOutput