johnowhitaker commited on
Commit
a4060f6
1 Parent(s): 87d5a22

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Images from CC12M encoded with VQGAN f16 1024
2
+
3
+ Script to continue prep is included in the repo if you want more than the ~1.5M images I did here.
4
+
5
+ VQGAN model:
6
+ ```
7
+ !curl -L 'https://heibox.uni-heidelberg.de/d/8088892a516d4e3baf92/files/?p=%2Fckpts%2Flast.ckpt&dl=1' > vqgan_im1024.ckpt
8
+ !curl -L 'https://heibox.uni-heidelberg.de/d/8088892a516d4e3baf92/files/?p=%2Fconfigs%2Fmodel.yaml&dl=1' > vqgan_im1024.yaml
9
+ ```
10
+
11
+ Try it out: TODO