v4 unet
Browse files- unet/config.json +7 -1
- unet/diffusion_pytorch_model.bin +1 -1
unet/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"act_fn": "silu",
|
5 |
"attention_head_dim": 8,
|
6 |
"block_out_channels": [
|
@@ -11,6 +11,8 @@
|
|
11 |
],
|
12 |
"center_input_sample": false,
|
13 |
"class_embed_type": null,
|
|
|
|
|
14 |
"cross_attention_dim": 768,
|
15 |
"down_block_types": [
|
16 |
"CrossAttnDownBlock2D",
|
@@ -31,8 +33,12 @@
|
|
31 |
"num_class_embeds": null,
|
32 |
"only_cross_attention": false,
|
33 |
"out_channels": 4,
|
|
|
34 |
"resnet_time_scale_shift": "default",
|
35 |
"sample_size": 64,
|
|
|
|
|
|
|
36 |
"up_block_types": [
|
37 |
"UpBlock2D",
|
38 |
"CrossAttnUpBlock2D",
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.14.0",
|
4 |
"act_fn": "silu",
|
5 |
"attention_head_dim": 8,
|
6 |
"block_out_channels": [
|
|
|
11 |
],
|
12 |
"center_input_sample": false,
|
13 |
"class_embed_type": null,
|
14 |
+
"conv_in_kernel": 3,
|
15 |
+
"conv_out_kernel": 3,
|
16 |
"cross_attention_dim": 768,
|
17 |
"down_block_types": [
|
18 |
"CrossAttnDownBlock2D",
|
|
|
33 |
"num_class_embeds": null,
|
34 |
"only_cross_attention": false,
|
35 |
"out_channels": 4,
|
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 |
"up_block_types": [
|
43 |
"UpBlock2D",
|
44 |
"CrossAttnUpBlock2D",
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3438366373
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0bc41efc85dbc06511d03b6cdd25523e17c5381cbaa2da61ccb2155b00eda3b
|
3 |
size 3438366373
|