Module candle_transformers::models::stable_diffusion::vae

source ·
Expand description

§Variational Auto-Encoder (VAE) Models.

Auto-encoder models compress their input to a usually smaller latent space before expanding it back to its original shape. This results in the latent values compressing the original information.

Structs§