Falln87 commited on
Commit
c936311
·
verified ·
1 Parent(s): f49204a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -19
config.json CHANGED
@@ -1,19 +1,19 @@
1
- {
2
- "_class_name": "FluxTransformer2DModel",
3
- "_diffusers_version": "0.30.0.dev0",
4
- "_name_or_path": "sayakpaul/FLUX.1-merged",
5
- "attention_head_dim": 128,
6
- "axes_dims_rope": [
7
- 16,
8
- 56,
9
- 56
10
- ],
11
- "guidance_embeds": true,
12
- "in_channels": 64,
13
- "joint_attention_dim": 4096,
14
- "num_attention_heads": 24,
15
- "num_layers": 19,
16
- "num_single_layers": 38,
17
- "patch_size": 1,
18
- "pooled_projection_dim": 768
19
- }
 
1
+ {
2
+ "_class_name": "FluxTransformer2DModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "_name_or_path": "FallnAI/DiffusionLAB",
5
+ "attention_head_dim": 128,
6
+ "axes_dims_rope": [
7
+ 16,
8
+ 56,
9
+ 56
10
+ ],
11
+ "guidance_embeds": true,
12
+ "in_channels": 64,
13
+ "joint_attention_dim": 4096,
14
+ "num_attention_heads": 24,
15
+ "num_layers": 19,
16
+ "num_single_layers": 38,
17
+ "patch_size": 1,
18
+ "pooled_projection_dim": 768
19
+ }