ldm-vqvae / README.md
saud-unboxai's picture
Update README.md
62ccde6 verified
|
raw
history blame
353 Bytes
metadata
license: mit

VQ-VAE for Super Resolution

This repository contains a pre-trained VQ-VAE (Vector Quantized Variational Autoencoder) model derived from the CompVis/ldm-super-resolution-4x-openimages model.

Model Overview

The VQ-VAE is a generative model that learns a latent representation of images by encoding them into discrete codes.