AbstractPhil commited on
Commit
e8a5afa
·
verified ·
1 Parent(s): cd50366

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +6 -7
config.json CHANGED
@@ -9,11 +9,10 @@
9
  "num_double_layers": 3,
10
  "num_single_layers": 3,
11
  "mlp_ratio": 4.0,
12
- "axes_dims_rope": [16, 56, 56],
13
- "guidance_embeds": true,
14
- "model_type": "tiny-flux",
15
- "architecture": "MMDiT",
16
- "text_encoder": "google/flan-t5-base",
17
- "pooled_encoder": "openai/clip-vit-large-patch14",
18
- "vae": "black-forest-labs/FLUX.1-schnell"
19
  }
 
9
  "num_double_layers": 3,
10
  "num_single_layers": 3,
11
  "mlp_ratio": 4.0,
12
+ "axes_dims_rope": [
13
+ 16,
14
+ 56,
15
+ 56
16
+ ],
17
+ "guidance_embeds": true
 
18
  }