metadata
library_name: diffusers
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.