Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
The imagenet1k dataset in the webdataset format
|
2 |
+
|
3 |
+
Each image was resized so that the max side resolution is 256, making sure to preserve aspect ratio.
|
4 |
+
Each image was encoded to latents using the sixteen channel https://huggingface.co/ostris/vae-kl-f8-d16
|
5 |
+
No cropping was used to encode to latents!
|
6 |
+
|
7 |
+
The resulting dataset has images in their original aspect ratio, but much smaller, and encodeded with a vae.
|