ldm-vqvae / README.md
saud-unboxai's picture
Upload model
3d163a2 verified
|
raw
history blame
No virus
377 Bytes
---
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.