tpremoli commited on
Commit
fd12dc0
1 Parent(s): 5e48a63

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": 512,
6
- "intermediate_size": 256,
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:42bd946f34c22a94430ec1e2730c516e27b2cd5730d017896bf2a04966e79fed
3
- size 20976936
 
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": 256,
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:9edfc377a59270c75f26c937663d54d67afce10ea97771ac26b76e0876e54e5e
3
- size 1149558776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92c597e39b967690307dd9181712139cac305ca77c3333b6677dc4f9c37535ac
3
+ size 1148641272