NeverlandPeter commited on
Commit
bfea08e
·
2 Parent(s): 79be033 dc1124b

Merge branch 'main' of https://huggingface.co/BlinkDL/clip-guided-binary-autoencoder into main

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -4,7 +4,8 @@ license: apache-2.0
4
 
5
  This model can encode 224x224 RGB image into 28x28x13bit (1274 bytes) latent. The compression rate is 28x28x13/(224x224x24)=1/118, or 0.203 bpp (same as VQGAN_f8_8192).
6
 
7
- 12M params for Encoder + Decoder.
8
- Trained on LAION-Aesthetics V2 5+ for 238M images.
 
9
 
10
  Guided by https://huggingface.co/laion/CLIP-ViT-B-32-laion2B-s34B-b79K (it's great. better than OpenAI CLIP B/32) and https://github.com/dingkeyan93/DISTS. No GAN loss.
 
4
 
5
  This model can encode 224x224 RGB image into 28x28x13bit (1274 bytes) latent. The compression rate is 28x28x13/(224x224x24)=1/118, or 0.203 bpp (same as VQGAN_f8_8192).
6
 
7
+ 12M params for Encoder + Decoder. Trained on LAION-Aesthetics V2 5+ for 238M images.
8
+
9
+ Now with 50M and 200M params checkpoints too :) Check the files.
10
 
11
  Guided by https://huggingface.co/laion/CLIP-ViT-B-32-laion2B-s34B-b79K (it's great. better than OpenAI CLIP B/32) and https://github.com/dingkeyan93/DISTS. No GAN loss.