adammoss commited on
Commit
3d07e85
1 Parent(s): 475b60b
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a44080ae888962a41c8df3a68e9cc9bd6150b0ac1badd4473a8d613f450f407a
3
+ size 1117976109
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fa558c0777c763c60db4dcddd556155399a4e88ff3bb53a9a560fa068c02b7e
3
+ size 14663
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e0ec50d9b3b4d290f3cd64b9ac35b386993acb0967143bede5d9e097ea5aec9
3
+ size 563
checkpoint-10000/unet/config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.16.0.dev0",
4
+ "act_fn": "silu",
5
+ "attention_head_dim": 8,
6
+ "block_out_channels": [
7
+ 128,
8
+ 256,
9
+ 512,
10
+ 512
11
+ ],
12
+ "center_input_sample": false,
13
+ "class_embed_type": null,
14
+ "class_embeddings_concat": false,
15
+ "conv_in_kernel": 3,
16
+ "conv_out_kernel": 3,
17
+ "cross_attention_dim": 512,
18
+ "cross_attention_norm": null,
19
+ "down_block_types": [
20
+ "CrossAttnDownBlock2D",
21
+ "CrossAttnDownBlock2D",
22
+ "CrossAttnDownBlock2D",
23
+ "DownBlock2D"
24
+ ],
25
+ "downsample_padding": 1,
26
+ "dual_cross_attention": false,
27
+ "encoder_hid_dim": 2,
28
+ "flip_sin_to_cos": true,
29
+ "freq_shift": 0,
30
+ "in_channels": 1,
31
+ "layers_per_block": 2,
32
+ "mid_block_only_cross_attention": null,
33
+ "mid_block_scale_factor": 1,
34
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
35
+ "norm_eps": 1e-05,
36
+ "norm_num_groups": 32,
37
+ "num_class_embeds": null,
38
+ "only_cross_attention": false,
39
+ "out_channels": 1,
40
+ "projection_class_embeddings_input_dim": null,
41
+ "resnet_out_scale_factor": 1.0,
42
+ "resnet_skip_time_act": false,
43
+ "resnet_time_scale_shift": "default",
44
+ "sample_size": 64,
45
+ "time_cond_proj_dim": null,
46
+ "time_embedding_act_fn": null,
47
+ "time_embedding_type": "positional",
48
+ "timestep_post_act": null,
49
+ "up_block_types": [
50
+ "UpBlock2D",
51
+ "CrossAttnUpBlock2D",
52
+ "CrossAttnUpBlock2D",
53
+ "CrossAttnUpBlock2D"
54
+ ],
55
+ "upcast_attention": false,
56
+ "use_linear_projection": false
57
+ }
checkpoint-10000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2884fbd45ac34b042b786e122cd657d3e901af8d5ada9268180107e76e692a91
3
+ size 558991361
checkpoint-10000/unet_ema/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.16.0.dev0",
4
+ "act_fn": "silu",
5
+ "attention_head_dim": 8,
6
+ "block_out_channels": [
7
+ 128,
8
+ 256,
9
+ 512,
10
+ 512
11
+ ],
12
+ "center_input_sample": false,
13
+ "class_embed_type": null,
14
+ "class_embeddings_concat": false,
15
+ "conv_in_kernel": 3,
16
+ "conv_out_kernel": 3,
17
+ "cross_attention_dim": 512,
18
+ "cross_attention_norm": null,
19
+ "decay": 0.9999,
20
+ "down_block_types": [
21
+ "CrossAttnDownBlock2D",
22
+ "CrossAttnDownBlock2D",
23
+ "CrossAttnDownBlock2D",
24
+ "DownBlock2D"
25
+ ],
26
+ "downsample_padding": 1,
27
+ "dual_cross_attention": false,
28
+ "encoder_hid_dim": 2,
29
+ "flip_sin_to_cos": true,
30
+ "freq_shift": 0,
31
+ "in_channels": 1,
32
+ "inv_gamma": 1.0,
33
+ "layers_per_block": 2,
34
+ "mid_block_only_cross_attention": null,
35
+ "mid_block_scale_factor": 1,
36
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
37
+ "min_decay": 0.0,
38
+ "norm_eps": 1e-05,
39
+ "norm_num_groups": 32,
40
+ "num_class_embeds": null,
41
+ "only_cross_attention": false,
42
+ "optimization_step": 10000,
43
+ "out_channels": 1,
44
+ "power": 0.75,
45
+ "projection_class_embeddings_input_dim": null,
46
+ "resnet_out_scale_factor": 1.0,
47
+ "resnet_skip_time_act": false,
48
+ "resnet_time_scale_shift": "default",
49
+ "sample_size": 64,
50
+ "time_cond_proj_dim": null,
51
+ "time_embedding_act_fn": 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
+ "update_after_step": 0,
62
+ "use_ema_warmup": true,
63
+ "use_linear_projection": false
64
+ }
checkpoint-10000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cfdab7553b7b8b098b83dc81fff1d9299b3a5ea19d624247797e2d2a1483bb4
3
+ size 558981761
logs/train_cmd/events.out.tfevents.1681338327.d286185d3077.1051.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de44432d7ef13fcf82ca3910a183004e1acfd08785e3fcd78ebb45b73f3233b1
3
- size 1816600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dacc344996ce92b0cd54e6eecb24c784edd6901766c24e883ebbd97060363a9
3
+ size 2639559
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:821de38bfb8a279a053f51585acc4e6b6a37c73b46646079b57ae7a11406e6f8
3
  size 558991361
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52ab24e7f2e091d88c2a9825c66a9a062a85028554af25d7a306ab1794387f69
3
  size 558991361