erfan-yahoo commited on
Commit
0d98195
1 Parent(s): b201bfa

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -56
config.json DELETED
@@ -1,56 +0,0 @@
1
- {
2
- "_class_name": "ControlNetModel",
3
- "_diffusers_version": "0.20.0.dev0",
4
- "_name_or_path": "./controlnet",
5
- "act_fn": "silu",
6
- "addition_embed_type": null,
7
- "addition_embed_type_num_heads": 64,
8
- "addition_time_embed_dim": null,
9
- "attention_head_dim": [
10
- 5,
11
- 10,
12
- 20,
13
- 20
14
- ],
15
- "block_out_channels": [
16
- 320,
17
- 640,
18
- 1280,
19
- 1280
20
- ],
21
- "class_embed_type": null,
22
- "conditioning_channels": 3,
23
- "conditioning_embedding_out_channels": [
24
- 16,
25
- 32,
26
- 96,
27
- 256
28
- ],
29
- "controlnet_conditioning_channel_order": "rgb",
30
- "cross_attention_dim": 1024,
31
- "down_block_types": [
32
- "CrossAttnDownBlock2D",
33
- "CrossAttnDownBlock2D",
34
- "CrossAttnDownBlock2D",
35
- "DownBlock2D"
36
- ],
37
- "downsample_padding": 1,
38
- "encoder_hid_dim": null,
39
- "encoder_hid_dim_type": null,
40
- "flip_sin_to_cos": true,
41
- "freq_shift": 0,
42
- "global_pool_conditions": false,
43
- "in_channels": 9,
44
- "layers_per_block": 2,
45
- "mid_block_scale_factor": 1,
46
- "norm_eps": 1e-05,
47
- "norm_num_groups": 32,
48
- "num_attention_heads": null,
49
- "num_class_embeds": null,
50
- "only_cross_attention": false,
51
- "projection_class_embeddings_input_dim": null,
52
- "resnet_time_scale_shift": "default",
53
- "transformer_layers_per_block": 1,
54
- "upcast_attention": false,
55
- "use_linear_projection": true
56
- }