Commit
•
5e10df3
1
Parent(s):
c4dc2cc
update unet config and params
Browse files- unet/config.json +3 -4
- unet/diffusion_pytorch_model.bin +1 -1
unet/config.json
CHANGED
@@ -10,7 +10,8 @@
|
|
10 |
640
|
11 |
],
|
12 |
"center_input_sample": false,
|
13 |
-
"class_embed_type":
|
|
|
14 |
"conv_in_kernel": 3,
|
15 |
"conv_out_kernel": 3,
|
16 |
"cross_attention_dim": [
|
@@ -27,8 +28,6 @@
|
|
27 |
],
|
28 |
"downsample_padding": 1,
|
29 |
"dual_cross_attention": false,
|
30 |
-
"extra_film_condition_dim": 512,
|
31 |
-
"extra_film_use_concat": true,
|
32 |
"flip_sin_to_cos": true,
|
33 |
"freq_shift": 0,
|
34 |
"in_channels": 8,
|
@@ -40,7 +39,7 @@
|
|
40 |
"num_class_embeds": null,
|
41 |
"only_cross_attention": false,
|
42 |
"out_channels": 8,
|
43 |
-
"projection_class_embeddings_input_dim":
|
44 |
"resnet_time_scale_shift": "default",
|
45 |
"sample_size": 128,
|
46 |
"time_cond_proj_dim": null,
|
|
|
10 |
640
|
11 |
],
|
12 |
"center_input_sample": false,
|
13 |
+
"class_embed_type": "simple_projection",
|
14 |
+
"class_embeddings_concat": true,
|
15 |
"conv_in_kernel": 3,
|
16 |
"conv_out_kernel": 3,
|
17 |
"cross_attention_dim": [
|
|
|
28 |
],
|
29 |
"downsample_padding": 1,
|
30 |
"dual_cross_attention": false,
|
|
|
|
|
31 |
"flip_sin_to_cos": true,
|
32 |
"freq_shift": 0,
|
33 |
"in_channels": 8,
|
|
|
39 |
"num_class_embeds": null,
|
40 |
"only_cross_attention": false,
|
41 |
"out_channels": 8,
|
42 |
+
"projection_class_embeddings_input_dim": 512,
|
43 |
"resnet_time_scale_shift": "default",
|
44 |
"sample_size": 128,
|
45 |
"time_cond_proj_dim": null,
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 740429981
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f09603d1ce91895102cda35975e2c51ffebc727cc4477ef61557212bc7a004d6
|
3 |
size 740429981
|