Zero-nnkn commited on
Commit
09b33ef
·
1 Parent(s): 5582890

Delete folder checkpoint-2000 with huggingface_hub

Browse files
checkpoint-2000/optimizer.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:583276a4da53b5dbbc1767f010c8856527a86c5a3a8c1dd1c0358bc74d00b883
3
- size 1737914501
 
 
 
 
checkpoint-2000/random_states_0.pkl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a705a408105c10e32a2f38eb9e5b58512d6bd872073616996f4838ca321649d
3
- size 14727
 
 
 
 
checkpoint-2000/scaler.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd2de9749828adacdf103bf6e9592702bb7067a2c1df27dd62ab38c1eb8c070f
3
- size 557
 
 
 
 
checkpoint-2000/scheduler.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8d2c0a0399fe7c06785ee1e166ec0e0678cfcb17028d6a471b0674a4e4b0957
3
- size 563
 
 
 
 
checkpoint-2000/unet/config.json DELETED
@@ -1,71 +0,0 @@
1
- {
2
- "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.20.0",
4
- "_name_or_path": "stabilityai/stable-diffusion-2-1-base",
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
- 5,
11
- 10,
12
- 20,
13
- 20
14
- ],
15
- "attention_type": "default",
16
- "block_out_channels": [
17
- 320,
18
- 640,
19
- 1280,
20
- 1280
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": 1024,
28
- "cross_attention_norm": null,
29
- "down_block_types": [
30
- "CrossAttnDownBlock2D",
31
- "CrossAttnDownBlock2D",
32
- "CrossAttnDownBlock2D",
33
- "DownBlock2D"
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": 64,
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
- "UpBlock2D",
65
- "CrossAttnUpBlock2D",
66
- "CrossAttnUpBlock2D",
67
- "CrossAttnUpBlock2D"
68
- ],
69
- "upcast_attention": false,
70
- "use_linear_projection": true
71
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-2000/unet/diffusion_pytorch_model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f6c09f8b325faf4746f0f61e1f2dace9f8028362adf35d28c207bd9e65b302f
3
- size 3463726504
 
 
 
 
checkpoint-2000/unet_ema/config.json DELETED
@@ -1,78 +0,0 @@
1
- {
2
- "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.20.0",
4
- "_name_or_path": "stabilityai/stable-diffusion-2-1-base",
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
- 5,
11
- 10,
12
- 20,
13
- 20
14
- ],
15
- "attention_type": "default",
16
- "block_out_channels": [
17
- 320,
18
- 640,
19
- 1280,
20
- 1280
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": 1024,
28
- "cross_attention_norm": null,
29
- "decay": 0.9999,
30
- "down_block_types": [
31
- "CrossAttnDownBlock2D",
32
- "CrossAttnDownBlock2D",
33
- "CrossAttnDownBlock2D",
34
- "DownBlock2D"
35
- ],
36
- "downsample_padding": 1,
37
- "dual_cross_attention": false,
38
- "encoder_hid_dim": null,
39
- "encoder_hid_dim_type": null,
40
- "flip_sin_to_cos": true,
41
- "freq_shift": 0,
42
- "in_channels": 4,
43
- "inv_gamma": 1.0,
44
- "layers_per_block": 2,
45
- "mid_block_only_cross_attention": null,
46
- "mid_block_scale_factor": 1,
47
- "mid_block_type": "UNetMidBlock2DCrossAttn",
48
- "min_decay": 0.0,
49
- "norm_eps": 1e-05,
50
- "norm_num_groups": 32,
51
- "num_attention_heads": null,
52
- "num_class_embeds": null,
53
- "only_cross_attention": false,
54
- "optimization_step": 2000,
55
- "out_channels": 4,
56
- "power": 0.6666666666666666,
57
- "projection_class_embeddings_input_dim": null,
58
- "resnet_out_scale_factor": 1.0,
59
- "resnet_skip_time_act": false,
60
- "resnet_time_scale_shift": "default",
61
- "sample_size": 64,
62
- "time_cond_proj_dim": null,
63
- "time_embedding_act_fn": null,
64
- "time_embedding_dim": null,
65
- "time_embedding_type": "positional",
66
- "timestep_post_act": null,
67
- "transformer_layers_per_block": 1,
68
- "up_block_types": [
69
- "UpBlock2D",
70
- "CrossAttnUpBlock2D",
71
- "CrossAttnUpBlock2D",
72
- "CrossAttnUpBlock2D"
73
- ],
74
- "upcast_attention": false,
75
- "update_after_step": 0,
76
- "use_ema_warmup": false,
77
- "use_linear_projection": true
78
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-2000/unet_ema/diffusion_pytorch_model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:13ebaed2618dccb204b7c8be0ec827c7f5532288f72c20368f31a2ab5fd263be
3
- size 3463726504