mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
1.1 KiB
1.1 KiB
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