File size: 377 Bytes
62ccde6
3d163a2
62ccde6
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
---
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.