Function bake_vae

Source
pub fn bake_vae(
    checkpoint: &mut HashMap<String, Tensor>,
    vae: &HashMap<String, Tensor>,
)