File size: 960 Bytes
2ec64ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "model_type": "direct_pipeline",
  "flux_model": "black-forest-labs/FLUX.1-Fill-dev",
  "siglip_model": "google/siglip2-so400m-patch14-384",
  "torch_dtype": "bfloat16",
  "lora": {
    "ranks": [128, 128],
    "alphas": [128, 128],
    "weights": [1, 1],
    "n_loras": 2,
    "double_blocks": 19,
    "single_blocks": 38,
    "text": {
      "rank": 128,
      "alpha": 128,
      "token_length": 729
    }
  },
  "condition_embedder": {
    "input_dim": 64
  },
  "pooled_image_projector": {
    "input_dim": 1152,
    "output_dim": 768
  },
  "image_projector": {
    "input_dim": 1152,
    "output_dim": 4096
  },
  "weight_files": {
    "lora": "lora.safetensors",
    "condition_embedder": "condition_embedder.safetensors",
    "x_embedder": "x_embedder.safetensors",
    "time_text_embed": "time_text_embed.safetensors",
    "pooled_image_projector": "pooled_image_projector.safetensors",
    "image_projector": "image_projector.safetensors"
  }
}