mattjohnpowell commited on
Commit
c37fb22
·
1 Parent(s): 08af5a1

Delete config).json

Browse files
Files changed (1) hide show
  1. config).json +0 -42
config).json DELETED
@@ -1,42 +0,0 @@
1
- {
2
- "_class_name": "ControlNetModel",
3
- "_diffusers_version": "0.17.0.dev0",
4
- "act_fn": "silu",
5
- "attention_head_dim": 8,
6
- "block_out_channels": [
7
- 320,
8
- 640,
9
- 1280,
10
- 1280
11
- ],
12
- "class_embed_type": null,
13
- "conditioning_embedding_out_channels": [
14
- 16,
15
- 32,
16
- 96,
17
- 256
18
- ],
19
- "controlnet_conditioning_channel_order": "rgb",
20
- "cross_attention_dim": 768,
21
- "down_block_types": [
22
- "CrossAttnDownBlock2D",
23
- "CrossAttnDownBlock2D",
24
- "CrossAttnDownBlock2D",
25
- "DownBlock2D"
26
- ],
27
- "downsample_padding": 1,
28
- "flip_sin_to_cos": true,
29
- "freq_shift": 0,
30
- "global_pool_conditions": false,
31
- "in_channels": 4,
32
- "layers_per_block": 2,
33
- "mid_block_scale_factor": 1,
34
- "norm_eps": 1e-05,
35
- "norm_num_groups": 32,
36
- "num_class_embeds": null,
37
- "only_cross_attention": false,
38
- "projection_class_embeddings_input_dim": null,
39
- "resnet_time_scale_shift": "default",
40
- "upcast_attention": false,
41
- "use_linear_projection": false
42
- }