Angry-Wizard
commited on
Commit
·
ecef897
1
Parent(s):
f68f1cd
Delete checkpoint-500 (2)
Browse files- checkpoint-500 (2)/optimizer.bin +0 -3
- checkpoint-500 (2)/random_states_0.pkl +0 -3
- checkpoint-500 (2)/scaler.pt +0 -3
- checkpoint-500 (2)/scheduler.bin +0 -3
- checkpoint-500 (2)/unet/config.json +0 -68
- checkpoint-500 (2)/unet/diffusion_pytorch_model.safetensors +0 -3
- checkpoint-500 (2)/unet_ema/config.json +0 -75
- checkpoint-500 (2)/unet_ema/diffusion_pytorch_model.safetensors +0 -3
checkpoint-500 (2)/optimizer.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5b9ffed0ff28c9853a5782b19c7f6b92b750cee0abe86a93a6a6e5a76991f837
|
3 |
-
size 1725110394
|
|
|
|
|
|
|
|
checkpoint-500 (2)/random_states_0.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:01a128425c08ffd7fecc6f59c3d0e7ab6f79a92a1079a68554f2da732db1463e
|
3 |
-
size 14344
|
|
|
|
|
|
|
|
checkpoint-500 (2)/scaler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636
|
3 |
-
size 988
|
|
|
|
|
|
|
|
checkpoint-500 (2)/scheduler.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:68d7b85c46d195e3cd6e587d94878d77f315e0a073acfab811251f39fbe891fc
|
3 |
-
size 1000
|
|
|
|
|
|
|
|
checkpoint-500 (2)/unet/config.json
DELETED
@@ -1,68 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.22.0.dev0",
|
4 |
-
"_name_or_path": "Angry-Wizard/sd-maps",
|
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 |
-
1280
|
16 |
-
],
|
17 |
-
"center_input_sample": false,
|
18 |
-
"class_embed_type": null,
|
19 |
-
"class_embeddings_concat": false,
|
20 |
-
"conv_in_kernel": 3,
|
21 |
-
"conv_out_kernel": 3,
|
22 |
-
"cross_attention_dim": 768,
|
23 |
-
"cross_attention_norm": null,
|
24 |
-
"down_block_types": [
|
25 |
-
"CrossAttnDownBlock2D",
|
26 |
-
"CrossAttnDownBlock2D",
|
27 |
-
"CrossAttnDownBlock2D",
|
28 |
-
"DownBlock2D"
|
29 |
-
],
|
30 |
-
"downsample_padding": 1,
|
31 |
-
"dropout": 0.0,
|
32 |
-
"dual_cross_attention": false,
|
33 |
-
"encoder_hid_dim": null,
|
34 |
-
"encoder_hid_dim_type": null,
|
35 |
-
"flip_sin_to_cos": true,
|
36 |
-
"freq_shift": 0,
|
37 |
-
"in_channels": 4,
|
38 |
-
"layers_per_block": 2,
|
39 |
-
"mid_block_only_cross_attention": null,
|
40 |
-
"mid_block_scale_factor": 1,
|
41 |
-
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
42 |
-
"norm_eps": 1e-05,
|
43 |
-
"norm_num_groups": 32,
|
44 |
-
"num_attention_heads": null,
|
45 |
-
"num_class_embeds": null,
|
46 |
-
"only_cross_attention": false,
|
47 |
-
"out_channels": 4,
|
48 |
-
"projection_class_embeddings_input_dim": null,
|
49 |
-
"resnet_out_scale_factor": 1.0,
|
50 |
-
"resnet_skip_time_act": false,
|
51 |
-
"resnet_time_scale_shift": "default",
|
52 |
-
"reverse_transformer_layers_per_block": null,
|
53 |
-
"sample_size": 64,
|
54 |
-
"time_cond_proj_dim": null,
|
55 |
-
"time_embedding_act_fn": null,
|
56 |
-
"time_embedding_dim": null,
|
57 |
-
"time_embedding_type": "positional",
|
58 |
-
"timestep_post_act": null,
|
59 |
-
"transformer_layers_per_block": 1,
|
60 |
-
"up_block_types": [
|
61 |
-
"UpBlock2D",
|
62 |
-
"CrossAttnUpBlock2D",
|
63 |
-
"CrossAttnUpBlock2D",
|
64 |
-
"CrossAttnUpBlock2D"
|
65 |
-
],
|
66 |
-
"upcast_attention": false,
|
67 |
-
"use_linear_projection": false
|
68 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-500 (2)/unet/diffusion_pytorch_model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c2a54495278cf60a6285e1d6258c35fdc8fbfe0a6872cf345baf7c18fa5816df
|
3 |
-
size 3438167536
|
|
|
|
|
|
|
|
checkpoint-500 (2)/unet_ema/config.json
DELETED
@@ -1,75 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.22.0.dev0",
|
4 |
-
"_name_or_path": "Angry-Wizard/sd-maps",
|
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 |
-
1280
|
16 |
-
],
|
17 |
-
"center_input_sample": false,
|
18 |
-
"class_embed_type": null,
|
19 |
-
"class_embeddings_concat": false,
|
20 |
-
"conv_in_kernel": 3,
|
21 |
-
"conv_out_kernel": 3,
|
22 |
-
"cross_attention_dim": 768,
|
23 |
-
"cross_attention_norm": null,
|
24 |
-
"decay": 0.9999,
|
25 |
-
"down_block_types": [
|
26 |
-
"CrossAttnDownBlock2D",
|
27 |
-
"CrossAttnDownBlock2D",
|
28 |
-
"CrossAttnDownBlock2D",
|
29 |
-
"DownBlock2D"
|
30 |
-
],
|
31 |
-
"downsample_padding": 1,
|
32 |
-
"dropout": 0.0,
|
33 |
-
"dual_cross_attention": false,
|
34 |
-
"encoder_hid_dim": null,
|
35 |
-
"encoder_hid_dim_type": null,
|
36 |
-
"flip_sin_to_cos": true,
|
37 |
-
"freq_shift": 0,
|
38 |
-
"in_channels": 4,
|
39 |
-
"inv_gamma": 1.0,
|
40 |
-
"layers_per_block": 2,
|
41 |
-
"mid_block_only_cross_attention": null,
|
42 |
-
"mid_block_scale_factor": 1,
|
43 |
-
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
44 |
-
"min_decay": 0.0,
|
45 |
-
"norm_eps": 1e-05,
|
46 |
-
"norm_num_groups": 32,
|
47 |
-
"num_attention_heads": null,
|
48 |
-
"num_class_embeds": null,
|
49 |
-
"only_cross_attention": false,
|
50 |
-
"optimization_step": 500,
|
51 |
-
"out_channels": 4,
|
52 |
-
"power": 0.6666666666666666,
|
53 |
-
"projection_class_embeddings_input_dim": null,
|
54 |
-
"resnet_out_scale_factor": 1.0,
|
55 |
-
"resnet_skip_time_act": false,
|
56 |
-
"resnet_time_scale_shift": "default",
|
57 |
-
"reverse_transformer_layers_per_block": null,
|
58 |
-
"sample_size": 64,
|
59 |
-
"time_cond_proj_dim": null,
|
60 |
-
"time_embedding_act_fn": null,
|
61 |
-
"time_embedding_dim": null,
|
62 |
-
"time_embedding_type": "positional",
|
63 |
-
"timestep_post_act": null,
|
64 |
-
"transformer_layers_per_block": 1,
|
65 |
-
"up_block_types": [
|
66 |
-
"UpBlock2D",
|
67 |
-
"CrossAttnUpBlock2D",
|
68 |
-
"CrossAttnUpBlock2D",
|
69 |
-
"CrossAttnUpBlock2D"
|
70 |
-
],
|
71 |
-
"upcast_attention": false,
|
72 |
-
"update_after_step": 0,
|
73 |
-
"use_ema_warmup": false,
|
74 |
-
"use_linear_projection": false
|
75 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-500 (2)/unet_ema/diffusion_pytorch_model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2865fa484050955de6501bd216cace60590095c0bf272ad131af84d5d94bf7dd
|
3 |
-
size 3438167536
|
|
|
|
|
|
|
|