wendlerc commited on
Commit
3c2f10c
1 Parent(s): 3ec63a2

Upload Latent-ViT-B-4-512-plus.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. Latent-ViT-B-4-512-plus.json +19 -0
Latent-ViT-B-4-512-plus.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "embed_dim": 640,
3
+ "vision_cfg": {
4
+ "image_size": 512,
5
+ "layers": 12,
6
+ "width": 768,
7
+ "patch_size": 4,
8
+ "latent_encoder_name": "madebyollin/sdxl-vae-fp16-fix",
9
+ "latent_factor": 8,
10
+ "latent_n_channels": 4
11
+ },
12
+ "text_cfg": {
13
+ "context_length": 77,
14
+ "vocab_size": 49408,
15
+ "width": 640,
16
+ "heads": 10,
17
+ "layers": 12
18
+ }
19
+ }