benjamin-paine commited on
Commit
0e63bf6
·
verified ·
1 Parent(s): 722fbbe

Upload controlnet/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. controlnet/config.json +54 -0
controlnet/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.26.1",
4
+ "act_fn": "silu",
5
+ "attention_head_dim": 64,
6
+ "block_out_channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "class_embed_type": null,
13
+ "conditioning_embedding_out_channels": [
14
+ 32,
15
+ 96,
16
+ 256,
17
+ 512
18
+ ],
19
+ "controlnet_conditioning_channel_order": "rgb",
20
+ "cross_attention_dim": 1024,
21
+ "down_block_types": [
22
+ "CrossAttnDownBlock3D",
23
+ "CrossAttnDownBlock3D",
24
+ "CrossAttnDownBlock3D",
25
+ "DownBlock3D"
26
+ ],
27
+ "downsample_controlnet_cond": true,
28
+ "downsample_padding": 1,
29
+ "flip_sin_to_cos": true,
30
+ "frame_expansion": "none",
31
+ "freq_shift": 0,
32
+ "global_pool_conditions": false,
33
+ "in_channels": 4,
34
+ "layers_per_block": 2,
35
+ "merging_mode": "addition",
36
+ "mid_block_scale_factor": 1,
37
+ "norm_eps": 1e-05,
38
+ "norm_num_groups": 32,
39
+ "num_class_embeds": null,
40
+ "num_frames": 8,
41
+ "num_frames_conditioning": 8,
42
+ "num_tranformers": 1,
43
+ "only_cross_attention": false,
44
+ "projection_class_embeddings_input_dim": null,
45
+ "resnet_time_scale_shift": "default",
46
+ "upcast_attention": false,
47
+ "use_controlnet_mask": false,
48
+ "use_image_embedding": false,
49
+ "use_image_encoder_normalization": false,
50
+ "use_image_tokens": false,
51
+ "use_linear_projection": false,
52
+ "use_repeat_context_img": true,
53
+ "zero_conv_mode": "Identity"
54
+ }