williamberman commited on
Commit
3966410
1 Parent(s): d898231

new embedding model format

Browse files
Files changed (2) hide show
  1. config.json +7 -10
  2. diffusion_pytorch_model.bin +2 -2
config.json CHANGED
@@ -9,11 +9,14 @@
9
  1280,
10
  1280
11
  ],
12
- "center_input_sample": false,
13
  "class_embed_type": null,
14
- "controlnet_conditioning_channels": 3,
15
- "controlnet_conditioning_embedding_type": "default",
16
- "conv_in_kernel": 3,
 
 
 
 
17
  "cross_attention_dim": 768,
18
  "down_block_types": [
19
  "CrossAttnDownBlock2D",
@@ -22,23 +25,17 @@
22
  "DownBlock2D"
23
  ],
24
  "downsample_padding": 1,
25
- "dual_cross_attention": false,
26
  "flip_sin_to_cos": true,
27
  "freq_shift": 0,
28
  "in_channels": 4,
29
  "layers_per_block": 2,
30
  "mid_block_scale_factor": 1,
31
- "mid_block_type": "UNetMidBlock2DCrossAttn",
32
  "norm_eps": 1e-05,
33
  "norm_num_groups": 32,
34
  "num_class_embeds": null,
35
  "only_cross_attention": false,
36
  "projection_class_embeddings_input_dim": null,
37
  "resnet_time_scale_shift": "default",
38
- "sample_size": 64,
39
- "time_cond_proj_dim": null,
40
- "time_embedding_type": "positional",
41
- "timestep_post_act": null,
42
  "upcast_attention": false,
43
  "use_linear_projection": false
44
  }
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",
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
 
28
  "flip_sin_to_cos": true,
29
  "freq_shift": 0,
30
  "in_channels": 4,
31
  "layers_per_block": 2,
32
  "mid_block_scale_factor": 1,
 
33
  "norm_eps": 1e-05,
34
  "norm_num_groups": 32,
35
  "num_class_embeds": null,
36
  "only_cross_attention": false,
37
  "projection_class_embeddings_input_dim": null,
38
  "resnet_time_scale_shift": "default",
 
 
 
 
39
  "upcast_attention": false,
40
  "use_linear_projection": false
41
  }
diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3056280159ee18ff413a3e382d2ab0fdb89e74b7fe0ca95d351da6b1e49a4d07
3
- size 1445255865
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b217cb4e415c0c4e6612d76f8ee2522d89652140159e12fb233605f56b2e63bc
3
+ size 1445254969