thanks to yisol ❤
Browse files
unet_encoder/config.json
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.
|
|
|
4 |
"act_fn": "silu",
|
|
|
5 |
"addition_embed_type_num_heads": 64,
|
6 |
"addition_time_embed_dim": 256,
|
7 |
"attention_head_dim": [
|
@@ -9,6 +11,7 @@
|
|
9 |
10,
|
10 |
20
|
11 |
],
|
|
|
12 |
"block_out_channels": [
|
13 |
320,
|
14 |
640,
|
@@ -27,6 +30,7 @@
|
|
27 |
"CrossAttnDownBlock2D"
|
28 |
],
|
29 |
"downsample_padding": 1,
|
|
|
30 |
"dual_cross_attention": false,
|
31 |
"encoder_hid_dim": null,
|
32 |
"encoder_hid_dim_type": null,
|
@@ -47,6 +51,7 @@
|
|
47 |
"resnet_out_scale_factor": 1.0,
|
48 |
"resnet_skip_time_act": false,
|
49 |
"resnet_time_scale_shift": "default",
|
|
|
50 |
"sample_size": 128,
|
51 |
"time_cond_proj_dim": null,
|
52 |
"time_embedding_act_fn": null,
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.25.0",
|
4 |
+
"_name_or_path": "camenduru/IDM-VTON-F16",
|
5 |
"act_fn": "silu",
|
6 |
+
"addition_embed_type": null,
|
7 |
"addition_embed_type_num_heads": 64,
|
8 |
"addition_time_embed_dim": 256,
|
9 |
"attention_head_dim": [
|
|
|
11 |
10,
|
12 |
20
|
13 |
],
|
14 |
+
"attention_type": "default",
|
15 |
"block_out_channels": [
|
16 |
320,
|
17 |
640,
|
|
|
30 |
"CrossAttnDownBlock2D"
|
31 |
],
|
32 |
"downsample_padding": 1,
|
33 |
+
"dropout": 0.0,
|
34 |
"dual_cross_attention": false,
|
35 |
"encoder_hid_dim": null,
|
36 |
"encoder_hid_dim_type": null,
|
|
|
51 |
"resnet_out_scale_factor": 1.0,
|
52 |
"resnet_skip_time_act": false,
|
53 |
"resnet_time_scale_shift": "default",
|
54 |
+
"reverse_transformer_layers_per_block": null,
|
55 |
"sample_size": 128,
|
56 |
"time_cond_proj_dim": null,
|
57 |
"time_embedding_act_fn": null,
|
unet_encoder/diffusion_pytorch_model.safetensors
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:b679d0fb8cda74b6de62ec3645abe78d814ff9253843735845b5437ed21f1f13
|
3 |
+
size 5124658400
|