Mahmoud7 commited on
Commit
793f907
1 Parent(s): 16c3fa3
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoint-17500/optimizer.bin +3 -0
  2. checkpoint-17500/random_states_0.pkl +3 -0
  3. checkpoint-17500/scaler.pt +3 -0
  4. checkpoint-17500/scheduler.bin +3 -0
  5. checkpoint-17500/unet/config.json +40 -0
  6. checkpoint-17500/unet/diffusion_pytorch_model.bin +3 -0
  7. checkpoint-17500/unet_ema/config.json +47 -0
  8. checkpoint-17500/unet_ema/diffusion_pytorch_model.bin +3 -0
  9. checkpoint-18000/optimizer.bin +3 -0
  10. checkpoint-18000/random_states_0.pkl +3 -0
  11. checkpoint-18000/scaler.pt +3 -0
  12. checkpoint-18000/scheduler.bin +3 -0
  13. checkpoint-18000/unet/config.json +40 -0
  14. checkpoint-18000/unet/diffusion_pytorch_model.bin +3 -0
  15. checkpoint-18000/unet_ema/config.json +47 -0
  16. checkpoint-18000/unet_ema/diffusion_pytorch_model.bin +3 -0
  17. checkpoint-18500/optimizer.bin +3 -0
  18. checkpoint-18500/random_states_0.pkl +3 -0
  19. checkpoint-18500/scaler.pt +3 -0
  20. checkpoint-18500/scheduler.bin +3 -0
  21. checkpoint-18500/unet/config.json +40 -0
  22. checkpoint-18500/unet/diffusion_pytorch_model.bin +3 -0
  23. checkpoint-18500/unet_ema/config.json +47 -0
  24. checkpoint-18500/unet_ema/diffusion_pytorch_model.bin +3 -0
  25. checkpoint-19000/optimizer.bin +3 -0
  26. checkpoint-19000/random_states_0.pkl +3 -0
  27. checkpoint-19000/scaler.pt +3 -0
  28. checkpoint-19000/scheduler.bin +3 -0
  29. checkpoint-19000/unet/config.json +40 -0
  30. checkpoint-19000/unet/diffusion_pytorch_model.bin +3 -0
  31. checkpoint-19000/unet_ema/config.json +47 -0
  32. checkpoint-19000/unet_ema/diffusion_pytorch_model.bin +3 -0
  33. checkpoint-19500/optimizer.bin +3 -0
  34. checkpoint-19500/random_states_0.pkl +3 -0
  35. checkpoint-19500/scaler.pt +3 -0
  36. checkpoint-19500/scheduler.bin +3 -0
  37. checkpoint-19500/unet/config.json +40 -0
  38. checkpoint-19500/unet/diffusion_pytorch_model.bin +3 -0
  39. checkpoint-19500/unet_ema/config.json +47 -0
  40. checkpoint-19500/unet_ema/diffusion_pytorch_model.bin +3 -0
  41. checkpoint-20000/optimizer.bin +3 -0
  42. checkpoint-20000/random_states_0.pkl +3 -0
  43. checkpoint-20000/scaler.pt +3 -0
  44. checkpoint-20000/scheduler.bin +3 -0
  45. checkpoint-20000/unet/config.json +40 -0
  46. checkpoint-20000/unet/diffusion_pytorch_model.bin +3 -0
  47. checkpoint-20000/unet_ema/config.json +47 -0
  48. checkpoint-20000/unet_ema/diffusion_pytorch_model.bin +3 -0
  49. checkpoint-20500/optimizer.bin +3 -0
  50. checkpoint-20500/random_states_0.pkl +3 -0
checkpoint-17500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f313420c4fddcb8a0d7cf0a1beed45528229ae8a93dd5f6389337dc15dbfba0d
3
+ size 57349893
checkpoint-17500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a19047dd182d49f2fc76b6a3d97075457382712c47884dc5cb92cbf54bc7158b
3
+ size 14599
checkpoint-17500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a2284da7051d9d20bdc7ce8ed3aa659bff78eaebe31be8766c00d9a595c0f3
3
+ size 557
checkpoint-17500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:525ad4516bc4b9b08a202839a7da3596a4e772c50536cfbda4ab5cfed5388bec
3
+ size 563
checkpoint-17500/unet/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 3,
25
+ "layers_per_block": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "num_class_embeds": null,
30
+ "out_channels": 3,
31
+ "resnet_time_scale_shift": "default",
32
+ "sample_size": 256,
33
+ "time_embedding_type": "positional",
34
+ "up_block_types": [
35
+ "AttnUpBlock2D",
36
+ "UpBlock2D",
37
+ "UpBlock2D",
38
+ "UpBlock2D"
39
+ ]
40
+ }
checkpoint-17500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25065283d02fb803aa194a1d93b54fcd90a3a0ab8928e20e3e624f8d86156e6b
3
+ size 28664529
checkpoint-17500/unet_ema/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "decay": 0.9999,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 3,
26
+ "inv_gamma": 1.0,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "min_decay": 0.0,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "optimization_step": 17500,
34
+ "out_channels": 3,
35
+ "power": 0.75,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 256,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D"
44
+ ],
45
+ "update_after_step": 0,
46
+ "use_ema_warmup": true
47
+ }
checkpoint-17500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d2cd319ca35ed15b3b1bbf6ca72dcdea7df0ac77965b4e59ae3d16656606183
3
+ size 28659921
checkpoint-18000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1218afdfa599b4f377f94d05107f0eb0786eef747bd37ec18dacedf8c807f393
3
+ size 57349893
checkpoint-18000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f5976873eb7c6897a8c0654b370482c91cfb62497afe2012a013a7c5124e77
3
+ size 14599
checkpoint-18000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86acb2139deef1bcfe030d81045cb471231bd5daebca78a09a52f843ffdfc12d
3
+ size 557
checkpoint-18000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:378eaf726f720cf6c476df50b924f9dac116d6545e8780baaca7169a571b3d88
3
+ size 563
checkpoint-18000/unet/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 3,
25
+ "layers_per_block": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "num_class_embeds": null,
30
+ "out_channels": 3,
31
+ "resnet_time_scale_shift": "default",
32
+ "sample_size": 256,
33
+ "time_embedding_type": "positional",
34
+ "up_block_types": [
35
+ "AttnUpBlock2D",
36
+ "UpBlock2D",
37
+ "UpBlock2D",
38
+ "UpBlock2D"
39
+ ]
40
+ }
checkpoint-18000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cce3dc99cec16ff5aa1f78ee27a8f6b8172e7a70b9ff96431022f6d8690d0af8
3
+ size 28664529
checkpoint-18000/unet_ema/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "decay": 0.9999,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 3,
26
+ "inv_gamma": 1.0,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "min_decay": 0.0,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "optimization_step": 18000,
34
+ "out_channels": 3,
35
+ "power": 0.75,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 256,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D"
44
+ ],
45
+ "update_after_step": 0,
46
+ "use_ema_warmup": true
47
+ }
checkpoint-18000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daacd1620e4cb6a0055d01b92ce869beac138560d863554541ccc9b91c7a9c47
3
+ size 28659921
checkpoint-18500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16701620bfb502a5caa8bd7c5789437f818ff4c8b31e9575859edd2830808254
3
+ size 57349893
checkpoint-18500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b76496257bef2b84d4019acc927c721d9804b69b204e20c436937581afdaf15a
3
+ size 14599
checkpoint-18500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b79db8b530933b0ab30d7f467238472ebf25e7a3aab75704a1a5ba162236300
3
+ size 557
checkpoint-18500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d443a022b812011731421f2251d9aace5aa1889fec777b55aca781138e71ae2
3
+ size 563
checkpoint-18500/unet/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 3,
25
+ "layers_per_block": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "num_class_embeds": null,
30
+ "out_channels": 3,
31
+ "resnet_time_scale_shift": "default",
32
+ "sample_size": 256,
33
+ "time_embedding_type": "positional",
34
+ "up_block_types": [
35
+ "AttnUpBlock2D",
36
+ "UpBlock2D",
37
+ "UpBlock2D",
38
+ "UpBlock2D"
39
+ ]
40
+ }
checkpoint-18500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b474a7da1216fc54e9b336755d8f4e22ad435042ee933c302bce368db9a0e59d
3
+ size 28664529
checkpoint-18500/unet_ema/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "decay": 0.9999,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 3,
26
+ "inv_gamma": 1.0,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "min_decay": 0.0,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "optimization_step": 18500,
34
+ "out_channels": 3,
35
+ "power": 0.75,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 256,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D"
44
+ ],
45
+ "update_after_step": 0,
46
+ "use_ema_warmup": true
47
+ }
checkpoint-18500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69919c5c11ed7968d5db80862014eced7716e8dabdf3b94d66f68f7bf7ba3871
3
+ size 28659921
checkpoint-19000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aee254f3aa7adb6825d0c324223c7a1c75b2d84bd4627bacbd2156aa6e00c40
3
+ size 57349893
checkpoint-19000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:926b4a14b73fa1d782148005df13bcd20710456e99f16ab07c63a68ec3001e7a
3
+ size 14599
checkpoint-19000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ac60e192fa648689669d7396d8c0458089f248e4c8f94ad06fe493a870a1906
3
+ size 557
checkpoint-19000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08313809c048d35fa505556f23699a739bffc9bd2336a967522d6921ffd8dc1f
3
+ size 563
checkpoint-19000/unet/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 3,
25
+ "layers_per_block": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "num_class_embeds": null,
30
+ "out_channels": 3,
31
+ "resnet_time_scale_shift": "default",
32
+ "sample_size": 256,
33
+ "time_embedding_type": "positional",
34
+ "up_block_types": [
35
+ "AttnUpBlock2D",
36
+ "UpBlock2D",
37
+ "UpBlock2D",
38
+ "UpBlock2D"
39
+ ]
40
+ }
checkpoint-19000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdeb28dcac60e0ea5bee7b24704eff8ac0696216fe44dc3245681c97d1cfc9c2
3
+ size 28664529
checkpoint-19000/unet_ema/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "decay": 0.9999,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 3,
26
+ "inv_gamma": 1.0,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "min_decay": 0.0,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "optimization_step": 19000,
34
+ "out_channels": 3,
35
+ "power": 0.75,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 256,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D"
44
+ ],
45
+ "update_after_step": 0,
46
+ "use_ema_warmup": true
47
+ }
checkpoint-19000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3445af5bcd948d6a16232dfaf57fc70cb619b728bad0211e9522b83929da54e4
3
+ size 28659921
checkpoint-19500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0685fed3cd2f0159e7bfdb2e0182aa070f6554933e8d0679241baf498211efed
3
+ size 57349893
checkpoint-19500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4ed7b7e1068a780655ee77dc77243e05f7766e4ca454de375931528603ca816
3
+ size 14599
checkpoint-19500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac1d05a8252dc0cbb7c327fbd8faa7efb35004e7ade4ba32354420542c956090
3
+ size 557
checkpoint-19500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90dbbfb0be1488c197eb1a686fd92393cbb84b3646bc9206c9c3ef00eee70b62
3
+ size 563
checkpoint-19500/unet/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 3,
25
+ "layers_per_block": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "num_class_embeds": null,
30
+ "out_channels": 3,
31
+ "resnet_time_scale_shift": "default",
32
+ "sample_size": 256,
33
+ "time_embedding_type": "positional",
34
+ "up_block_types": [
35
+ "AttnUpBlock2D",
36
+ "UpBlock2D",
37
+ "UpBlock2D",
38
+ "UpBlock2D"
39
+ ]
40
+ }
checkpoint-19500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c05acd9fa08e6c75f093b560cffe8123f9dd77e42e56d597ad415204521422ee
3
+ size 28664529
checkpoint-19500/unet_ema/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "decay": 0.9999,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 3,
26
+ "inv_gamma": 1.0,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "min_decay": 0.0,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "optimization_step": 19500,
34
+ "out_channels": 3,
35
+ "power": 0.75,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 256,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D"
44
+ ],
45
+ "update_after_step": 0,
46
+ "use_ema_warmup": true
47
+ }
checkpoint-19500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47fa0104edd357953c91f49d680ce9ff5c06d4b2edb365b80fa75e0a8b2bf882
3
+ size 28659921
checkpoint-20000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81f948a201942ea47b492000cb8b9fd31898062358ac861e224ced8560cb7517
3
+ size 57349893
checkpoint-20000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8a7bd72f57ce04e989cc5f4b1b13c3d77d2eacf67f74b502fb94281002c06ed
3
+ size 14599
checkpoint-20000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7effe94a089b660e60bd1966d8d96bd9264507fa63a0cebe7c0897eaf0b0a580
3
+ size 557
checkpoint-20000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec2ef7f2f11c6f9ad8f1d2a65ce49bc6a9700ce01393ef7be8d82bc245006800
3
+ size 563
checkpoint-20000/unet/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 3,
25
+ "layers_per_block": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "num_class_embeds": null,
30
+ "out_channels": 3,
31
+ "resnet_time_scale_shift": "default",
32
+ "sample_size": 256,
33
+ "time_embedding_type": "positional",
34
+ "up_block_types": [
35
+ "AttnUpBlock2D",
36
+ "UpBlock2D",
37
+ "UpBlock2D",
38
+ "UpBlock2D"
39
+ ]
40
+ }
checkpoint-20000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad60ce209b08c8237736e9214fb9462feb391aa1de1a6d90a91c90364a6773ee
3
+ size 28664529
checkpoint-20000/unet_ema/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "decay": 0.9999,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 3,
26
+ "inv_gamma": 1.0,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "min_decay": 0.0,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "optimization_step": 20000,
34
+ "out_channels": 3,
35
+ "power": 0.75,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 256,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D"
44
+ ],
45
+ "update_after_step": 0,
46
+ "use_ema_warmup": true
47
+ }
checkpoint-20000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a3a93524e8b3a0a444162b5ef6c24222b79e7c8930480c26b5386045762ec0
3
+ size 28659921
checkpoint-20500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2457bfc9fb4da4a9f3ad980f7cbb49f615b69ebadd08628b0dd84fee39d3579
3
+ size 57349893
checkpoint-20500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:733f0f599b1b034eec9ac50235451f4aa6bb005ffac15b03335ed3301907f8ef
3
+ size 14599