saud-unboxai commited on
Commit
62ccde6
1 Parent(s): b7258f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # VQ-VAE for Super Resolution
6
+
7
+ This repository contains a pre-trained VQ-VAE (Vector Quantized Variational Autoencoder) model derived from the `CompVis/ldm-super-resolution-4x-openimages` model.
8
+
9
+ ## Model Overview
10
+
11
+ The VQ-VAE is a generative model that learns a latent representation of images by encoding them into discrete codes.