DaveLoay commited on
Commit
0d9c8d2
·
1 Parent(s): d3086dc

Delete checkpoint-500

Browse files
checkpoint-500/optimizer.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f99531f113136ce2c1a1ff7c99d54ef5df419f9095db2308f561197adbccaf8
3
- size 6876749715
 
 
 
 
checkpoint-500/random_states_0.pkl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:49db265486d9cb01aacf3d5d47a638de01eac5b5a3297d68e0c5d478d874c0ee
3
- size 14663
 
 
 
 
checkpoint-500/scaler.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3f196a54202bb4ba1220e8c59f42f9cda0702d68ea83147d814c2fb2f36b8f2
3
- size 557
 
 
 
 
checkpoint-500/scheduler.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab20ead000e6ae60e9a32d69fb1fb976d10dba2a065da680293a8202053a1975
3
- size 563
 
 
 
 
checkpoint-500/unet/config.json DELETED
@@ -1,62 +0,0 @@
1
- {
2
- "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.17.0.dev0",
4
- "_name_or_path": "riffusion/riffusion-model-v1",
5
- "act_fn": "silu",
6
- "addition_embed_type": null,
7
- "addition_embed_type_num_heads": 64,
8
- "attention_head_dim": 8,
9
- "block_out_channels": [
10
- 320,
11
- 640,
12
- 1280,
13
- 1280
14
- ],
15
- "center_input_sample": false,
16
- "class_embed_type": null,
17
- "class_embeddings_concat": false,
18
- "conv_in_kernel": 3,
19
- "conv_out_kernel": 3,
20
- "cross_attention_dim": 768,
21
- "cross_attention_norm": null,
22
- "down_block_types": [
23
- "CrossAttnDownBlock2D",
24
- "CrossAttnDownBlock2D",
25
- "CrossAttnDownBlock2D",
26
- "DownBlock2D"
27
- ],
28
- "downsample_padding": 1,
29
- "dual_cross_attention": false,
30
- "encoder_hid_dim": null,
31
- "encoder_hid_dim_type": null,
32
- "flip_sin_to_cos": true,
33
- "freq_shift": 0,
34
- "in_channels": 4,
35
- "layers_per_block": 2,
36
- "mid_block_only_cross_attention": null,
37
- "mid_block_scale_factor": 1,
38
- "mid_block_type": "UNetMidBlock2DCrossAttn",
39
- "norm_eps": 1e-05,
40
- "norm_num_groups": 32,
41
- "num_class_embeds": null,
42
- "only_cross_attention": false,
43
- "out_channels": 4,
44
- "projection_class_embeddings_input_dim": null,
45
- "resnet_out_scale_factor": 1.0,
46
- "resnet_skip_time_act": false,
47
- "resnet_time_scale_shift": "default",
48
- "sample_size": 32,
49
- "time_cond_proj_dim": null,
50
- "time_embedding_act_fn": null,
51
- "time_embedding_dim": null,
52
- "time_embedding_type": "positional",
53
- "timestep_post_act": null,
54
- "up_block_types": [
55
- "UpBlock2D",
56
- "CrossAttnUpBlock2D",
57
- "CrossAttnUpBlock2D",
58
- "CrossAttnUpBlock2D"
59
- ],
60
- "upcast_attention": false,
61
- "use_linear_projection": false
62
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-500/unet/diffusion_pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9798aa081257ac70a56d3358e218224097e63d2165f3ab8c992cbf117ec83f23
3
- size 3438375973
 
 
 
 
checkpoint-500/unet_ema/config.json DELETED
@@ -1,69 +0,0 @@
1
- {
2
- "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.17.0.dev0",
4
- "_name_or_path": "riffusion/riffusion-model-v1",
5
- "act_fn": "silu",
6
- "addition_embed_type": null,
7
- "addition_embed_type_num_heads": 64,
8
- "attention_head_dim": 8,
9
- "block_out_channels": [
10
- 320,
11
- 640,
12
- 1280,
13
- 1280
14
- ],
15
- "center_input_sample": false,
16
- "class_embed_type": null,
17
- "class_embeddings_concat": false,
18
- "conv_in_kernel": 3,
19
- "conv_out_kernel": 3,
20
- "cross_attention_dim": 768,
21
- "cross_attention_norm": null,
22
- "decay": 0.9999,
23
- "down_block_types": [
24
- "CrossAttnDownBlock2D",
25
- "CrossAttnDownBlock2D",
26
- "CrossAttnDownBlock2D",
27
- "DownBlock2D"
28
- ],
29
- "downsample_padding": 1,
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
- "inv_gamma": 1.0,
37
- "layers_per_block": 2,
38
- "mid_block_only_cross_attention": null,
39
- "mid_block_scale_factor": 1,
40
- "mid_block_type": "UNetMidBlock2DCrossAttn",
41
- "min_decay": 0.0,
42
- "norm_eps": 1e-05,
43
- "norm_num_groups": 32,
44
- "num_class_embeds": null,
45
- "only_cross_attention": false,
46
- "optimization_step": 500,
47
- "out_channels": 4,
48
- "power": 0.6666666666666666,
49
- "projection_class_embeddings_input_dim": null,
50
- "resnet_out_scale_factor": 1.0,
51
- "resnet_skip_time_act": false,
52
- "resnet_time_scale_shift": "default",
53
- "sample_size": 32,
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
- "up_block_types": [
60
- "UpBlock2D",
61
- "CrossAttnUpBlock2D",
62
- "CrossAttnUpBlock2D",
63
- "CrossAttnUpBlock2D"
64
- ],
65
- "upcast_attention": false,
66
- "update_after_step": 0,
67
- "use_ema_warmup": false,
68
- "use_linear_projection": false
69
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-500/unet_ema/diffusion_pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1c6eef9d1e232db81ccdef813788e2db26661a423f01cbeadd02ee9ab829a24
3
- size 3438366373