merve HF staff commited on
Commit
ce72e31
1 Parent(s): 67fec2f

Create model_index.json

Browse files
Files changed (1) hide show
  1. model_index.json +33 -0
model_index.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FlaxControlNetModel",
3
+ "_diffusers_version": "0.15.0.dev0",
4
+ "attention_head_dim": 8,
5
+ "block_out_channels": [
6
+ 320,
7
+ 640,
8
+ 1280,
9
+ 1280
10
+ ],
11
+ "conditioning_embedding_out_channels": [
12
+ 16,
13
+ 32,
14
+ 96,
15
+ 256
16
+ ],
17
+ "controlnet_conditioning_channel_order": "rgb",
18
+ "cross_attention_dim": 768,
19
+ "down_block_types": [
20
+ "CrossAttnDownBlock2D",
21
+ "CrossAttnDownBlock2D",
22
+ "CrossAttnDownBlock2D",
23
+ "DownBlock2D"
24
+ ],
25
+ "dropout": 0.0,
26
+ "flip_sin_to_cos": true,
27
+ "freq_shift": 0,
28
+ "in_channels": 4,
29
+ "layers_per_block": 2,
30
+ "only_cross_attention": false,
31
+ "sample_size": 32,
32
+ "use_linear_projection": false
33
+ }