darkmaniac7 commited on
Commit
2d44ba5
·
verified ·
1 Parent(s): 3d10b66

Upload v75/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. v75/config.json +7 -0
v75/config.json CHANGED
@@ -13,6 +13,13 @@
13
  "guidance_scale": 0.0,
14
  "cross_attention_dim": 2048,
15
  "vae_scaling_factor": 0.13025,
 
 
 
 
 
 
 
16
  "graph_name": "model",
17
  "io_contract": "ours-sdxl-emb"
18
  }
 
13
  "guidance_scale": 0.0,
14
  "cross_attention_dim": 2048,
15
  "vae_scaling_factor": 0.13025,
16
+ "text_encoders": {
17
+ "text_encoder_1": "CLIP-L (penultimate, hidden -2) -> [1,77,768]",
18
+ "text_encoder_2": "OpenCLIP-bigG (+projection) -> last_hidden [1,77,1280] + pooled [1,1280]"
19
+ },
20
+ "text_embedding": "concat CLIP-L[768] ++ bigG[1280] -> [1,77,2048]",
21
+ "host_emb": "sdxl_emb_mlp.bin -> emb[1,1280] per step (fold-proofs timestep + add_time)",
22
+ "vae": "TAESDXL CPU tiny-VAE (taesdxl_decoder.mnn) via --vae_mnn, SDXL_VAE_BACKEND=cpu",
23
  "graph_name": "model",
24
  "io_contract": "ours-sdxl-emb"
25
  }