Delete checkpoint-16000
Browse files- checkpoint-16000/optimizer.bin +0 -3
- checkpoint-16000/random_states_0.pkl +0 -3
- checkpoint-16000/scaler.pt +0 -3
- checkpoint-16000/scheduler.bin +0 -3
- checkpoint-16000/unet/config.json +0 -65
- checkpoint-16000/unet/diffusion_pytorch_model.safetensors +0 -3
- checkpoint-16000/unet_target/config.json +0 -65
- checkpoint-16000/unet_target/diffusion_pytorch_model.safetensors +0 -3
checkpoint-16000/optimizer.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:30a36d094ded5323fc3579f565c26ecbf1094fa007c82c506138e007d5708d47
|
3 |
-
size 2588036423
|
|
|
|
|
|
|
|
checkpoint-16000/random_states_0.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b6c4c79268d1a4cd4a64dfb085e22e6b4dfac82c0e8a28eac4598f5823eb263c
|
3 |
-
size 14344
|
|
|
|
|
|
|
|
checkpoint-16000/scaler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f5424d6925351706093f3985a13e322237074df502acea1931086861646e79ee
|
3 |
-
size 988
|
|
|
|
|
|
|
|
checkpoint-16000/scheduler.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:517a7a3842b8fe2cb1003fba066f858d1983591033f7b76e4e1851fd36ea3ece
|
3 |
-
size 1000
|
|
|
|
|
|
|
|
checkpoint-16000/unet/config.json
DELETED
@@ -1,65 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.31.0.dev0",
|
4 |
-
"_name_or_path": "bk15tlcmdistill-test/checkpoint-15000",
|
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": 8,
|
10 |
-
"attention_type": "default",
|
11 |
-
"block_out_channels": [
|
12 |
-
320,
|
13 |
-
640,
|
14 |
-
1280
|
15 |
-
],
|
16 |
-
"center_input_sample": false,
|
17 |
-
"class_embed_type": null,
|
18 |
-
"class_embeddings_concat": false,
|
19 |
-
"conv_in_kernel": 3,
|
20 |
-
"conv_out_kernel": 3,
|
21 |
-
"cross_attention_dim": 768,
|
22 |
-
"cross_attention_norm": null,
|
23 |
-
"down_block_types": [
|
24 |
-
"CrossAttnDownBlock2D",
|
25 |
-
"CrossAttnDownBlock2D",
|
26 |
-
"CrossAttnDownBlock2D"
|
27 |
-
],
|
28 |
-
"downsample_padding": 1,
|
29 |
-
"dropout": 0.0,
|
30 |
-
"dual_cross_attention": false,
|
31 |
-
"encoder_hid_dim": null,
|
32 |
-
"encoder_hid_dim_type": null,
|
33 |
-
"flip_sin_to_cos": true,
|
34 |
-
"freq_shift": 0,
|
35 |
-
"in_channels": 4,
|
36 |
-
"layers_per_block": 1,
|
37 |
-
"mid_block_only_cross_attention": null,
|
38 |
-
"mid_block_scale_factor": 1,
|
39 |
-
"mid_block_type": null,
|
40 |
-
"norm_eps": 1e-05,
|
41 |
-
"norm_num_groups": 32,
|
42 |
-
"num_attention_heads": null,
|
43 |
-
"num_class_embeds": null,
|
44 |
-
"only_cross_attention": false,
|
45 |
-
"out_channels": 4,
|
46 |
-
"projection_class_embeddings_input_dim": null,
|
47 |
-
"resnet_out_scale_factor": 1.0,
|
48 |
-
"resnet_skip_time_act": false,
|
49 |
-
"resnet_time_scale_shift": "default",
|
50 |
-
"reverse_transformer_layers_per_block": null,
|
51 |
-
"sample_size": 64,
|
52 |
-
"time_cond_proj_dim": 256,
|
53 |
-
"time_embedding_act_fn": null,
|
54 |
-
"time_embedding_dim": null,
|
55 |
-
"time_embedding_type": "positional",
|
56 |
-
"timestep_post_act": null,
|
57 |
-
"transformer_layers_per_block": 1,
|
58 |
-
"up_block_types": [
|
59 |
-
"CrossAttnUpBlock2D",
|
60 |
-
"CrossAttnUpBlock2D",
|
61 |
-
"CrossAttnUpBlock2D"
|
62 |
-
],
|
63 |
-
"upcast_attention": false,
|
64 |
-
"use_linear_projection": false
|
65 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-16000/unet/diffusion_pytorch_model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:55db66c4b25ec7676bbb2027dfbf2dbc239b70da3fcd73f10ac16fc23498a8f6
|
3 |
-
size 1293911400
|
|
|
|
|
|
|
|
checkpoint-16000/unet_target/config.json
DELETED
@@ -1,65 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.31.0.dev0",
|
4 |
-
"_name_or_path": "nota-ai/bk-sdm-tiny-2m",
|
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": 8,
|
10 |
-
"attention_type": "default",
|
11 |
-
"block_out_channels": [
|
12 |
-
320,
|
13 |
-
640,
|
14 |
-
1280
|
15 |
-
],
|
16 |
-
"center_input_sample": false,
|
17 |
-
"class_embed_type": null,
|
18 |
-
"class_embeddings_concat": false,
|
19 |
-
"conv_in_kernel": 3,
|
20 |
-
"conv_out_kernel": 3,
|
21 |
-
"cross_attention_dim": 768,
|
22 |
-
"cross_attention_norm": null,
|
23 |
-
"down_block_types": [
|
24 |
-
"CrossAttnDownBlock2D",
|
25 |
-
"CrossAttnDownBlock2D",
|
26 |
-
"CrossAttnDownBlock2D"
|
27 |
-
],
|
28 |
-
"downsample_padding": 1,
|
29 |
-
"dropout": 0.0,
|
30 |
-
"dual_cross_attention": false,
|
31 |
-
"encoder_hid_dim": null,
|
32 |
-
"encoder_hid_dim_type": null,
|
33 |
-
"flip_sin_to_cos": true,
|
34 |
-
"freq_shift": 0,
|
35 |
-
"in_channels": 4,
|
36 |
-
"layers_per_block": 1,
|
37 |
-
"mid_block_only_cross_attention": null,
|
38 |
-
"mid_block_scale_factor": 1,
|
39 |
-
"mid_block_type": null,
|
40 |
-
"norm_eps": 1e-05,
|
41 |
-
"norm_num_groups": 32,
|
42 |
-
"num_attention_heads": null,
|
43 |
-
"num_class_embeds": null,
|
44 |
-
"only_cross_attention": false,
|
45 |
-
"out_channels": 4,
|
46 |
-
"projection_class_embeddings_input_dim": null,
|
47 |
-
"resnet_out_scale_factor": 1.0,
|
48 |
-
"resnet_skip_time_act": false,
|
49 |
-
"resnet_time_scale_shift": "default",
|
50 |
-
"reverse_transformer_layers_per_block": null,
|
51 |
-
"sample_size": 64,
|
52 |
-
"time_cond_proj_dim": 256,
|
53 |
-
"time_embedding_act_fn": null,
|
54 |
-
"time_embedding_dim": null,
|
55 |
-
"time_embedding_type": "positional",
|
56 |
-
"timestep_post_act": null,
|
57 |
-
"transformer_layers_per_block": 1,
|
58 |
-
"up_block_types": [
|
59 |
-
"CrossAttnUpBlock2D",
|
60 |
-
"CrossAttnUpBlock2D",
|
61 |
-
"CrossAttnUpBlock2D"
|
62 |
-
],
|
63 |
-
"upcast_attention": false,
|
64 |
-
"use_linear_projection": false
|
65 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-16000/unet_target/diffusion_pytorch_model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3cc9b36ec3166c3df898db3f7cf2cee88075aedc03aefe240122118dfb45bdbb
|
3 |
-
size 1293911400
|
|
|
|
|
|
|
|