Jash-RA commited on
Commit
26dc322
1 Parent(s): 3c60ac6

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FluxTransformer2DModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "_name_or_path": "../checkpoints/flux-dev/transformer",
5
+ "attention_head_dim": 128,
6
+ "guidance_embeds": true,
7
+ "in_channels": 64,
8
+ "joint_attention_dim": 4096,
9
+ "num_attention_heads": 24,
10
+ "num_layers": 19,
11
+ "num_single_layers": 38,
12
+ "patch_size": 1,
13
+ "pooled_projection_dim": 768
14
+ }