williamberman commited on
Commit
73acd1a
1 Parent(s): 55768ba

new embedding model format

Browse files
Files changed (2) hide show
  1. config.json +6 -10
  2. diffusion_pytorch_model.bin +2 -2
config.json CHANGED
@@ -9,12 +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_channel_order": "bgr",
16
- "controlnet_conditioning_embedding_type": "default",
17
- "conv_in_kernel": 3,
18
  "cross_attention_dim": 768,
19
  "down_block_types": [
20
  "CrossAttnDownBlock2D",
@@ -23,23 +25,17 @@
23
  "DownBlock2D"
24
  ],
25
  "downsample_padding": 1,
26
- "dual_cross_attention": false,
27
  "flip_sin_to_cos": true,
28
  "freq_shift": 0,
29
  "in_channels": 4,
30
  "layers_per_block": 2,
31
  "mid_block_scale_factor": 1,
32
- "mid_block_type": "UNetMidBlock2DCrossAttn",
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
- "sample_size": 64,
40
- "time_cond_proj_dim": null,
41
- "time_embedding_type": "positional",
42
- "timestep_post_act": null,
43
  "upcast_attention": false,
44
  "use_linear_projection": false
45
  }
 
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": "bgr",
 
 
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:47a6d384515a2d2c319bdb30059077800905a8d9d370511da8ecdb97f70edce0
3
- size 1445255865
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a893cf99f53917660b04c2368ad699d716ae5893755164e545c81404e39c930
3
+ size 1445254969