williamberman
commited on
Commit
•
dd399fa
1
Parent(s):
3a017a2
new embedding model format
Browse files- config.json +7 -10
- 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 |
-
"
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5220c53e942eb3bbe08a92e58e7ea789be44590172103d757dba29d732772b2
|
3 |
+
size 1445254969
|