Saving weights and logs of epoch 370
Browse files
checkpoints/checkpoint-370/prompt_encoder/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
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 |
+
}
|
checkpoints/checkpoint-370/prompt_encoder/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9be77dd46e0ff07179bf99b0b7c6b63cf07d1875f39e941f2decc23de8fe0f04
|
3 |
+
size 20976936
|
checkpoints/checkpoint-370/unet/config.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.20.2",
|
4 |
+
"_name_or_path": "tpremoli/MLD-CelebA-128-80k",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"addition_embed_type": null,
|
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": [
|
17 |
+
224,
|
18 |
+
448,
|
19 |
+
672,
|
20 |
+
896
|
21 |
+
],
|
22 |
+
"center_input_sample": false,
|
23 |
+
"class_embed_type": null,
|
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",
|
31 |
+
"AttnDownBlock2D",
|
32 |
+
"AttnDownBlock2D",
|
33 |
+
"AttnDownBlock2D"
|
34 |
+
],
|
35 |
+
"downsample_padding": 1,
|
36 |
+
"dual_cross_attention": false,
|
37 |
+
"encoder_hid_dim": null,
|
38 |
+
"encoder_hid_dim_type": null,
|
39 |
+
"flip_sin_to_cos": true,
|
40 |
+
"freq_shift": 0,
|
41 |
+
"in_channels": 4,
|
42 |
+
"layers_per_block": 2,
|
43 |
+
"mid_block_only_cross_attention": null,
|
44 |
+
"mid_block_scale_factor": 1,
|
45 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
46 |
+
"norm_eps": 1e-05,
|
47 |
+
"norm_num_groups": 32,
|
48 |
+
"num_attention_heads": null,
|
49 |
+
"num_class_embeds": null,
|
50 |
+
"only_cross_attention": false,
|
51 |
+
"out_channels": 4,
|
52 |
+
"projection_class_embeddings_input_dim": null,
|
53 |
+
"resnet_out_scale_factor": 1.0,
|
54 |
+
"resnet_skip_time_act": false,
|
55 |
+
"resnet_time_scale_shift": "default",
|
56 |
+
"sample_size": 16,
|
57 |
+
"time_cond_proj_dim": null,
|
58 |
+
"time_embedding_act_fn": null,
|
59 |
+
"time_embedding_dim": null,
|
60 |
+
"time_embedding_type": "positional",
|
61 |
+
"timestep_post_act": null,
|
62 |
+
"transformer_layers_per_block": 1,
|
63 |
+
"up_block_types": [
|
64 |
+
"AttnUpBlock2D",
|
65 |
+
"AttnUpBlock2D",
|
66 |
+
"AttnUpBlock2D",
|
67 |
+
"UpBlock2D"
|
68 |
+
],
|
69 |
+
"upcast_attention": false,
|
70 |
+
"use_linear_projection": false
|
71 |
+
}
|
checkpoints/checkpoint-370/unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4041420738901761855131b8d191c3cb391785849b3e95f639998b686f546e08
|
3 |
+
size 1149558776
|