thanks to yisol ❤
Browse files- image_encoder/config.json +9 -11
- image_encoder/model.safetensors +2 -2
image_encoder/config.json
CHANGED
@@ -1,25 +1,23 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
-
"bos_token_id": 0,
|
8 |
"dropout": 0.0,
|
9 |
-
"eos_token_id": 2,
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_size": 1280,
|
|
|
12 |
"initializer_factor": 1.0,
|
13 |
"initializer_range": 0.02,
|
14 |
"intermediate_size": 5120,
|
15 |
"layer_norm_eps": 1e-05,
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
"num_hidden_layers": 32,
|
20 |
-
"
|
21 |
-
"projection_dim":
|
22 |
"torch_dtype": "float16",
|
23 |
-
"transformers_version": "4.40.0"
|
24 |
-
"vocab_size": 49408
|
25 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "yisol/IDM-VTON",
|
3 |
"architectures": [
|
4 |
+
"CLIPVisionModelWithProjection"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
|
|
7 |
"dropout": 0.0,
|
|
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_size": 1280,
|
10 |
+
"image_size": 224,
|
11 |
"initializer_factor": 1.0,
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 5120,
|
14 |
"layer_norm_eps": 1e-05,
|
15 |
+
"model_type": "clip_vision_model",
|
16 |
+
"num_attention_heads": 16,
|
17 |
+
"num_channels": 3,
|
18 |
"num_hidden_layers": 32,
|
19 |
+
"patch_size": 14,
|
20 |
+
"projection_dim": 1024,
|
21 |
"torch_dtype": "float16",
|
22 |
+
"transformers_version": "4.40.0"
|
|
|
23 |
}
|
image_encoder/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:ae616c24393dd1854372b0639e5541666f7521cbe219669255e865cb7f89466a
|
3 |
+
size 1264217240
|