adammoss commited on
Commit
69f649c
1 Parent(s): d6d9c76
checkpoint-45000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b030ab96794dc6edf75fab97b893962be50691a1a545883e75b0d595470249ac
3
+ size 1117976109
checkpoint-45000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1c0fffa73b3547f8146d2acdfbe4b236920c48735c3e748a3078e6d9a394395
3
+ size 14663
checkpoint-45000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a97983ddef90243c17c8d83bee6db48823037c9dfce26ca35a6a5923975002ef
3
+ size 563
checkpoint-45000/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-45000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f99d9ac61d07c5b5ad5039b88467c7129b8530d13567b2498ca87a9fdeda4a0
3
+ size 558991361
checkpoint-45000/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": 45000,
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-45000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a105e72c4d22ee87d6616c062358297814984f03895e594524dde754d3dcb27a
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:31b3b41e8d303033ce4b8f0154a00a153f729d5b0741b9d0655d7f3db694e1c9
3
- size 7683514
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b6a1332b4aa519ebdab046ddae101dffb42aa7c194ad00bdafb7dc5d92cc957
3
+ size 8440354
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d74b680b58238612492f086057301b0957056e1f30a8c635fd206df2e83b427
3
  size 558991361
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55ee13c827c6596c9e41b9a634685a303be1add3ae89485c6413ee7b3e687ed8
3
  size 558991361