Updating Latest Model
Browse files
prompt_encoder/config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"_class_name": "AttributeEmbeddingModel",
|
| 3 |
"_diffusers_version": "0.20.2",
|
| 4 |
"_name_or_path": "tpremoli/MLD-CelebA-128-80k",
|
| 5 |
-
"embedding_size":
|
| 6 |
-
"intermediate_size":
|
| 7 |
"num_attributes": 40
|
| 8 |
}
|
|
|
|
| 2 |
"_class_name": "AttributeEmbeddingModel",
|
| 3 |
"_diffusers_version": "0.20.2",
|
| 4 |
"_name_or_path": "tpremoli/MLD-CelebA-128-80k",
|
| 5 |
+
"embedding_size": 256,
|
| 6 |
+
"intermediate_size": 128,
|
| 7 |
"num_attributes": 40
|
| 8 |
}
|
prompt_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:5199cd0ff0738c2f598b6e60f4b8fc93b3d8f988d57f2599e7b76c9a63d5ef50
|
| 3 |
+
size 5245736
|
unet/config.json
CHANGED
|
@@ -7,10 +7,10 @@
|
|
| 7 |
"addition_embed_type_num_heads": 64,
|
| 8 |
"addition_time_embed_dim": null,
|
| 9 |
"attention_head_dim": [
|
|
|
|
| 10 |
32,
|
| 11 |
16,
|
| 12 |
-
8
|
| 13 |
-
4
|
| 14 |
],
|
| 15 |
"attention_type": "default",
|
| 16 |
"block_out_channels": [
|
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"class_embeddings_concat": false,
|
| 25 |
"conv_in_kernel": 3,
|
| 26 |
"conv_out_kernel": 3,
|
| 27 |
-
"cross_attention_dim":
|
| 28 |
"cross_attention_norm": null,
|
| 29 |
"down_block_types": [
|
| 30 |
"DownBlock2D",
|
|
|
|
| 7 |
"addition_embed_type_num_heads": 64,
|
| 8 |
"addition_time_embed_dim": null,
|
| 9 |
"attention_head_dim": [
|
| 10 |
+
64,
|
| 11 |
32,
|
| 12 |
16,
|
| 13 |
+
8
|
|
|
|
| 14 |
],
|
| 15 |
"attention_type": "default",
|
| 16 |
"block_out_channels": [
|
|
|
|
| 24 |
"class_embeddings_concat": false,
|
| 25 |
"conv_in_kernel": 3,
|
| 26 |
"conv_out_kernel": 3,
|
| 27 |
+
"cross_attention_dim": 128,
|
| 28 |
"cross_attention_norm": null,
|
| 29 |
"down_block_types": [
|
| 30 |
"DownBlock2D",
|
unet/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:92c597e39b967690307dd9181712139cac305ca77c3333b6677dc4f9c37535ac
|
| 3 |
+
size 1148641272
|