Hipsterusername commited on
Commit
713a333
·
verified ·
1 Parent(s): ed4e39f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {}
3
+ ---
4
+ # SVQVAE (Scalable Vector Quantized Variational Autoencoder)
5
+
6
+ Github: https://github.com/Open-Model-Initiative/SVQVAE
7
+
8
+
9
+ A scalable Vector Quantized Variational Autoencoder (VQVAE) for high-resolution image generation and reconstruction. This model supports tiled processing for handling large images efficiently.
10
+
11
+ ## Model Description
12
+
13
+ SVQVAE is a scalable variant of the Vector Quantized Variational Autoencoder that can process high-resolution images through tiled encoding and decoding. The model uses a discrete codebook to compress images into a latent representation and can reconstruct them at multiple scales.
14
+
15
+ ### Key Features
16
+
17
+ - **Scalable Processing**: Handles high-resolution images through tiled processing
18
+ - **Multi-scale Output**: Can generate reconstructions at different scales
19
+ - **Vector Quantization**: Uses a discrete codebook for efficient compression
20
+ - **Attention Mechanisms**: Includes self-attention blocks for better feature learning
21
+ - **Flexible Architecture**: Configurable encoder/decoder with customizable channel multipliers
22
+
23
+ ## Citation
24
+
25
+ If you use this code in your research, please cite Austin J. Bryant and the Open Model Initiative.
26
+
27
+ ## Acknowledgments
28
+
29
+ This implementation is based on the VQVAE architecture and includes improvements for scalable processing of high-resolution images.
30
+
31
+ ## Repository Links
32
+
33
+ - **GitHub Repository**: [Open-Model-Initiative/SVQVAE](https://github.com/Open-Model-Initiative/SVQVAE)
34
+ - **Model Weights**: Available in this Hugging Face repository
35
+ - **Documentation**: See the GitHub repository for detailed documentation and examples
36
+
37
+
38
+ This model is licensed under the OpenMDW License Agreement (See LICENSE)