ooutlierr commited on
Commit
603744b
·
verified ·
1 Parent(s): 041d1f6

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +32 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_size": 128,
3
+ "patch_size": 2,
4
+ "in_channels": 16,
5
+ "num_layers": 24,
6
+ "attention_head_dim": 64,
7
+ "num_attention_heads": 24,
8
+ "joint_attention_dim": 4096,
9
+ "caption_projection_dim": 1536,
10
+ "pooled_projection_dim": 2048,
11
+ "out_channels": 16,
12
+ "pos_embed_max_size": 384,
13
+ "dual_attention_layers": [
14
+ 0,
15
+ 1,
16
+ 2,
17
+ 3,
18
+ 4,
19
+ 5,
20
+ 6,
21
+ 7,
22
+ 8,
23
+ 9,
24
+ 10,
25
+ 11,
26
+ 12
27
+ ],
28
+ "qk_norm": "rms_norm",
29
+ "_class_name": "SD3Transformer2DModel",
30
+ "_diffusers_version": "0.31.0.dev0",
31
+ "_name_or_path": "/pasteur/u/tbd/sd"
32
+ }