DaveLoay commited on
Commit
c40c77c
·
1 Parent(s): 90670e5

Delete checkpoint-2500

Browse files
checkpoint-2500/optimizer.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2f61539be406a4e4016b8c59f3ae3a5e99afe4e87df97b45b7f7dbf8bea506c
3
- size 6876749715
 
 
 
 
checkpoint-2500/random_states_0.pkl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5d4d487c8a51beb0f84a15ce239790b1596b6916e5edb2227377dec6eceaa71
3
- size 14663
 
 
 
 
checkpoint-2500/scaler.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0fbcebc8f5487b0c117b5dd47f2ea304af3eebf408d297118d9307e1223927e1
3
- size 557
 
 
 
 
checkpoint-2500/scheduler.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:22b1db9332b702ad998c57267be2dca991aa8ef4e47b4e515dc19c7f20063a70
3
- size 563
 
 
 
 
checkpoint-2500/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-2500/unet/diffusion_pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:259ba0857d3a9f596c236b1d13ac247d9b0b7d0daad2c19bca44afbc42254e1c
3
- size 3438375973
 
 
 
 
checkpoint-2500/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": 2500,
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-2500/unet_ema/diffusion_pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9de771422d95a4a2da87ea9a3d1576a5b6ea25bfa614e731bd668d8e001078eb
3
- size 3438366373