Mahmoud7 commited on
Commit
4a09462
1 Parent(s): e5c144e
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 +2 -2
  2. checkpoint-17500/random_states_0.pkl +2 -2
  3. checkpoint-17500/scaler.pt +1 -1
  4. checkpoint-17500/scheduler.bin +1 -1
  5. checkpoint-17500/unet/config.json +4 -4
  6. checkpoint-17500/unet/diffusion_pytorch_model.bin +2 -2
  7. checkpoint-17500/unet_ema/config.json +4 -4
  8. checkpoint-17500/unet_ema/diffusion_pytorch_model.bin +2 -2
  9. checkpoint-18000/optimizer.bin +2 -2
  10. checkpoint-18000/random_states_0.pkl +2 -2
  11. checkpoint-18000/scaler.pt +1 -1
  12. checkpoint-18000/scheduler.bin +1 -1
  13. checkpoint-18000/unet/config.json +4 -4
  14. checkpoint-18000/unet/diffusion_pytorch_model.bin +2 -2
  15. checkpoint-18000/unet_ema/config.json +4 -4
  16. checkpoint-18000/unet_ema/diffusion_pytorch_model.bin +2 -2
  17. checkpoint-18500/optimizer.bin +2 -2
  18. checkpoint-18500/random_states_0.pkl +2 -2
  19. checkpoint-18500/scaler.pt +1 -1
  20. checkpoint-18500/scheduler.bin +1 -1
  21. checkpoint-18500/unet/config.json +4 -4
  22. checkpoint-18500/unet/diffusion_pytorch_model.bin +2 -2
  23. checkpoint-18500/unet_ema/config.json +4 -4
  24. checkpoint-18500/unet_ema/diffusion_pytorch_model.bin +2 -2
  25. checkpoint-19000/optimizer.bin +2 -2
  26. checkpoint-19000/random_states_0.pkl +2 -2
  27. checkpoint-19000/scaler.pt +1 -1
  28. checkpoint-19000/scheduler.bin +1 -1
  29. checkpoint-19000/unet/config.json +4 -4
  30. checkpoint-19000/unet/diffusion_pytorch_model.bin +2 -2
  31. checkpoint-19000/unet_ema/config.json +4 -4
  32. checkpoint-19000/unet_ema/diffusion_pytorch_model.bin +2 -2
  33. checkpoint-19500/optimizer.bin +2 -2
  34. checkpoint-19500/random_states_0.pkl +2 -2
  35. checkpoint-19500/scaler.pt +1 -1
  36. checkpoint-19500/scheduler.bin +1 -1
  37. checkpoint-19500/unet/config.json +4 -4
  38. checkpoint-19500/unet/diffusion_pytorch_model.bin +2 -2
  39. checkpoint-19500/unet_ema/config.json +4 -4
  40. checkpoint-19500/unet_ema/diffusion_pytorch_model.bin +2 -2
  41. checkpoint-20000/optimizer.bin +2 -2
  42. checkpoint-20000/random_states_0.pkl +2 -2
  43. checkpoint-20000/scaler.pt +1 -1
  44. checkpoint-20000/scheduler.bin +1 -1
  45. checkpoint-20000/unet/config.json +4 -4
  46. checkpoint-20000/unet/diffusion_pytorch_model.bin +2 -2
  47. checkpoint-20000/unet_ema/config.json +4 -4
  48. checkpoint-20000/unet_ema/diffusion_pytorch_model.bin +2 -2
  49. checkpoint-20500/optimizer.bin +2 -2
  50. checkpoint-20500/random_states_0.pkl +2 -2
checkpoint-17500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8022e4eb83eadda211fd47616c8101a501282877c0fa925693366c5e32465b7f
3
- size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24884c7ee7196295add678ab09b7d17e12ff1f9236ad7b560ca10d34a7f517b4
3
+ size 126008021
checkpoint-17500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb1f7e11ddc0e4b275c20c0db53912e1721bad01610572cebf2585623e1c2109
3
- size 14727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7d4d2bcba8cb19d555e71051b86f676fd129d748dcbd2109df5debed68a07e0
3
+ size 14663
checkpoint-17500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc5c4bb710fe9e1d9cce3dc7eac9c014e214550a38994cf2d2d86ba8a5c5149c
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:148bafd6cbe78b8b08404f26ec81ada9b090c3c0c5af869f50bf172a072e63cf
3
  size 557
checkpoint-17500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c51046c074d495d2ad818629ae4fbb04ff7c7e1e36937e2571e482d48cfd81cd
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:921a682a5999643ce7f0db8e3f632a2d99cb45a88eeb1fd4fffd997005ec9b52
3
  size 563
checkpoint-17500/unet/config.json CHANGED
@@ -6,8 +6,8 @@
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
- 64,
10
- 64,
11
  128,
12
  128
13
  ],
@@ -19,9 +19,9 @@
19
  "cross_attention_dim": 256,
20
  "cross_attention_norm": null,
21
  "down_block_types": [
22
- "DownBlock2D",
23
  "DownBlock2D",
24
  "CrossAttnDownBlock2D",
 
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
@@ -52,7 +52,7 @@
52
  "up_block_types": [
53
  "UpBlock2D",
54
  "CrossAttnUpBlock2D",
55
- "UpBlock2D",
56
  "UpBlock2D"
57
  ],
58
  "upcast_attention": false,
 
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
+ 128,
10
+ 128,
11
  128,
12
  128
13
  ],
 
19
  "cross_attention_dim": 256,
20
  "cross_attention_norm": null,
21
  "down_block_types": [
 
22
  "DownBlock2D",
23
  "CrossAttnDownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
 
52
  "up_block_types": [
53
  "UpBlock2D",
54
  "CrossAttnUpBlock2D",
55
+ "CrossAttnUpBlock2D",
56
  "UpBlock2D"
57
  ],
58
  "upcast_attention": false,
checkpoint-17500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:581f3d45516bd174d78ed8e1058b4c14dbbcf10e5bd2f7da37d7502562ea2144
3
- size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbf783f92ce585ca84f97ee82b24d3b7c605e67d7649791fae38719c86be9853
3
+ size 63003985
checkpoint-17500/unet_ema/config.json CHANGED
@@ -6,8 +6,8 @@
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
- 64,
10
- 64,
11
  128,
12
  128
13
  ],
@@ -20,9 +20,9 @@
20
  "cross_attention_norm": null,
21
  "decay": 0.9999,
22
  "down_block_types": [
23
- "DownBlock2D",
24
  "DownBlock2D",
25
  "CrossAttnDownBlock2D",
 
26
  "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
@@ -57,7 +57,7 @@
57
  "up_block_types": [
58
  "UpBlock2D",
59
  "CrossAttnUpBlock2D",
60
- "UpBlock2D",
61
  "UpBlock2D"
62
  ],
63
  "upcast_attention": false,
 
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
+ 128,
10
+ 128,
11
  128,
12
  128
13
  ],
 
20
  "cross_attention_norm": null,
21
  "decay": 0.9999,
22
  "down_block_types": [
 
23
  "DownBlock2D",
24
  "CrossAttnDownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
  "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
 
57
  "up_block_types": [
58
  "UpBlock2D",
59
  "CrossAttnUpBlock2D",
60
+ "CrossAttnUpBlock2D",
61
  "UpBlock2D"
62
  ],
63
  "upcast_attention": false,
checkpoint-17500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f9d6aabd3a96cf1a516cb2fa18ee8d1d28b668477959bfbfec80e0411de7033
3
- size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11f15d925163143e01606af441b039aa0073f8c0dbfb84612acb8c7debe756cf
3
+ size 62996305
checkpoint-18000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74b008c0cede3b561a82e24f62e2290d59c4ed40127b0fd8a478de92a6fa50a6
3
- size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6296070dbd442ff778aaa7d777788c425b9204867c112ed2aa4cb38b85596c7
3
+ size 126008021
checkpoint-18000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69bf1e48d4cd7541a055a8ea79e538e67eb22566aefc4140438eb30aac6600a2
3
- size 14727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73bea3db5d24fe2c7275e5b1033b6e149364063f03cbe8c29185f4a585ac6c8e
3
+ size 14663
checkpoint-18000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:acc13d4cd9683d6c2cca9751ccbedce176cac29aa5217eaaea663e4042249082
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ccfb41511ed9f419a40e315eb4cc73f8eeeeee9d897f996e7289c1fe222d1e2
3
  size 557
checkpoint-18000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5bc631ee59f9ee987bdaf80818b344a3068b51f061265e83553f8fe0f628061
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ee2d9c3a9913bdc73ad644025a504361621ebe90bd03e226fd40a362df7bbb6
3
  size 563
checkpoint-18000/unet/config.json CHANGED
@@ -6,8 +6,8 @@
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
- 64,
10
- 64,
11
  128,
12
  128
13
  ],
@@ -19,9 +19,9 @@
19
  "cross_attention_dim": 256,
20
  "cross_attention_norm": null,
21
  "down_block_types": [
22
- "DownBlock2D",
23
  "DownBlock2D",
24
  "CrossAttnDownBlock2D",
 
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
@@ -52,7 +52,7 @@
52
  "up_block_types": [
53
  "UpBlock2D",
54
  "CrossAttnUpBlock2D",
55
- "UpBlock2D",
56
  "UpBlock2D"
57
  ],
58
  "upcast_attention": false,
 
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
+ 128,
10
+ 128,
11
  128,
12
  128
13
  ],
 
19
  "cross_attention_dim": 256,
20
  "cross_attention_norm": null,
21
  "down_block_types": [
 
22
  "DownBlock2D",
23
  "CrossAttnDownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
 
52
  "up_block_types": [
53
  "UpBlock2D",
54
  "CrossAttnUpBlock2D",
55
+ "CrossAttnUpBlock2D",
56
  "UpBlock2D"
57
  ],
58
  "upcast_attention": false,
checkpoint-18000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2171b3d1a259558aac3c175cd2db5f4ead1bb6d26ec4256c223400a673d8a6c5
3
- size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79dae1276bff4f85b69e74896fd9d48773ee9d6e0648d8b3864753435ce1f9c3
3
+ size 63003985
checkpoint-18000/unet_ema/config.json CHANGED
@@ -6,8 +6,8 @@
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
- 64,
10
- 64,
11
  128,
12
  128
13
  ],
@@ -20,9 +20,9 @@
20
  "cross_attention_norm": null,
21
  "decay": 0.9999,
22
  "down_block_types": [
23
- "DownBlock2D",
24
  "DownBlock2D",
25
  "CrossAttnDownBlock2D",
 
26
  "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
@@ -57,7 +57,7 @@
57
  "up_block_types": [
58
  "UpBlock2D",
59
  "CrossAttnUpBlock2D",
60
- "UpBlock2D",
61
  "UpBlock2D"
62
  ],
63
  "upcast_attention": false,
 
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
+ 128,
10
+ 128,
11
  128,
12
  128
13
  ],
 
20
  "cross_attention_norm": null,
21
  "decay": 0.9999,
22
  "down_block_types": [
 
23
  "DownBlock2D",
24
  "CrossAttnDownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
  "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
 
57
  "up_block_types": [
58
  "UpBlock2D",
59
  "CrossAttnUpBlock2D",
60
+ "CrossAttnUpBlock2D",
61
  "UpBlock2D"
62
  ],
63
  "upcast_attention": false,
checkpoint-18000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60f2121bb65e833730ab71398c6115027acf17834d5f4eacf400a675b6f06507
3
- size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00cb8834a4285247d99ec7463911aedf4df2d0fc4f68eaef4478531423baafb9
3
+ size 62996305
checkpoint-18500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffa926ec8d759dac6e7730795a35445958a5bfb34ca211b1b764f4f20070d165
3
- size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:908782bc07ceb37752d28da097cb3694e059a848644edbb86d63e2e8aad214c8
3
+ size 126008021
checkpoint-18500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07323b51617fc1620c4bd662251a0ff141f9b77ac69ac00533e38b05519285b2
3
- size 14727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb9103ce866a01c3cc7e5a83e47bdec746f1ae07a33b95ccd4d485ccde624d5
3
+ size 14663
checkpoint-18500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f75508fd3e32c7a97aa94bde93a076e2a2a84174d5dc65757728f7eaaf9a0cef
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c7a721e5d1799f133ddbb76ace023a4b03dff5b4d207d8a3c7142daf42649e8
3
  size 557
checkpoint-18500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47b6bced614328115d898a23921efb23d9fa627e0cc2ba5c216a0b8612e18051
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f7724c97b95233dc950134efcc4c3275d1917abd0e84333c25a955a3b19effc
3
  size 563
checkpoint-18500/unet/config.json CHANGED
@@ -6,8 +6,8 @@
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
- 64,
10
- 64,
11
  128,
12
  128
13
  ],
@@ -19,9 +19,9 @@
19
  "cross_attention_dim": 256,
20
  "cross_attention_norm": null,
21
  "down_block_types": [
22
- "DownBlock2D",
23
  "DownBlock2D",
24
  "CrossAttnDownBlock2D",
 
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
@@ -52,7 +52,7 @@
52
  "up_block_types": [
53
  "UpBlock2D",
54
  "CrossAttnUpBlock2D",
55
- "UpBlock2D",
56
  "UpBlock2D"
57
  ],
58
  "upcast_attention": false,
 
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
+ 128,
10
+ 128,
11
  128,
12
  128
13
  ],
 
19
  "cross_attention_dim": 256,
20
  "cross_attention_norm": null,
21
  "down_block_types": [
 
22
  "DownBlock2D",
23
  "CrossAttnDownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
 
52
  "up_block_types": [
53
  "UpBlock2D",
54
  "CrossAttnUpBlock2D",
55
+ "CrossAttnUpBlock2D",
56
  "UpBlock2D"
57
  ],
58
  "upcast_attention": false,
checkpoint-18500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8019382dc72e779c827bbfb2b223ddec2a876f5af10851f689aecb0154166ac2
3
- size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79c75eea9de7df11fed656f961d5f12452b059efd00311fb496aff352852a5de
3
+ size 63003985
checkpoint-18500/unet_ema/config.json CHANGED
@@ -6,8 +6,8 @@
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
- 64,
10
- 64,
11
  128,
12
  128
13
  ],
@@ -20,9 +20,9 @@
20
  "cross_attention_norm": null,
21
  "decay": 0.9999,
22
  "down_block_types": [
23
- "DownBlock2D",
24
  "DownBlock2D",
25
  "CrossAttnDownBlock2D",
 
26
  "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
@@ -57,7 +57,7 @@
57
  "up_block_types": [
58
  "UpBlock2D",
59
  "CrossAttnUpBlock2D",
60
- "UpBlock2D",
61
  "UpBlock2D"
62
  ],
63
  "upcast_attention": false,
 
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
+ 128,
10
+ 128,
11
  128,
12
  128
13
  ],
 
20
  "cross_attention_norm": null,
21
  "decay": 0.9999,
22
  "down_block_types": [
 
23
  "DownBlock2D",
24
  "CrossAttnDownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
  "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
 
57
  "up_block_types": [
58
  "UpBlock2D",
59
  "CrossAttnUpBlock2D",
60
+ "CrossAttnUpBlock2D",
61
  "UpBlock2D"
62
  ],
63
  "upcast_attention": false,
checkpoint-18500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:974d5f67c8de87cf3228dded32d42a2ab0e24a177bd9a10464d91f3bd44237f1
3
- size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fabc9e751ef70e59d3cac766b7f7d3b8c778eef059831093659fa156059cc38c
3
+ size 62996305
checkpoint-19000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:708723dd1af2a450ffbe517fc8fe4c502188b828eec633bcaba1111339c8f326
3
- size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cf87500d00b61bd41e5165311cab8573bd0ee7e01abc1895b32888cd5ef70e9
3
+ size 126008021
checkpoint-19000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60109442cd473556a8e0438a96413baf1d35c515cdc2d30e2f72b860ebe2c812
3
- size 14727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b62c98259963fd01229a7815a1758943b246517ac7fe16a704cd0107c8e0f92
3
+ size 14663
checkpoint-19000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:605f9a6ad2111bee7c17be9d6376c9e88611ad07e7dc5a89672a9743a57202af
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11197a0a62c132abc5aec86f00a52b93a168ff03278d033292d15322a45907c2
3
  size 557
checkpoint-19000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bc46d1f2fa3438f9a67f3af81dbfc4f27ffd79a949d90228519e979fa3c934c
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36c674dbea797161b588bb055bc6220f6d9f0b48f80dc2fa75ffa63cf0b5dde9
3
  size 563
checkpoint-19000/unet/config.json CHANGED
@@ -6,8 +6,8 @@
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
- 64,
10
- 64,
11
  128,
12
  128
13
  ],
@@ -19,9 +19,9 @@
19
  "cross_attention_dim": 256,
20
  "cross_attention_norm": null,
21
  "down_block_types": [
22
- "DownBlock2D",
23
  "DownBlock2D",
24
  "CrossAttnDownBlock2D",
 
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
@@ -52,7 +52,7 @@
52
  "up_block_types": [
53
  "UpBlock2D",
54
  "CrossAttnUpBlock2D",
55
- "UpBlock2D",
56
  "UpBlock2D"
57
  ],
58
  "upcast_attention": false,
 
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
+ 128,
10
+ 128,
11
  128,
12
  128
13
  ],
 
19
  "cross_attention_dim": 256,
20
  "cross_attention_norm": null,
21
  "down_block_types": [
 
22
  "DownBlock2D",
23
  "CrossAttnDownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
 
52
  "up_block_types": [
53
  "UpBlock2D",
54
  "CrossAttnUpBlock2D",
55
+ "CrossAttnUpBlock2D",
56
  "UpBlock2D"
57
  ],
58
  "upcast_attention": false,
checkpoint-19000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe7c34133e05a5dafdc160eb615d878a2c679171664661ea641f2f2268499eb9
3
- size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad1aeda0ad8cac663b3e65a46d37f9e9364fd0776359eb0bba5a2e78aab1d422
3
+ size 63003985
checkpoint-19000/unet_ema/config.json CHANGED
@@ -6,8 +6,8 @@
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
- 64,
10
- 64,
11
  128,
12
  128
13
  ],
@@ -20,9 +20,9 @@
20
  "cross_attention_norm": null,
21
  "decay": 0.9999,
22
  "down_block_types": [
23
- "DownBlock2D",
24
  "DownBlock2D",
25
  "CrossAttnDownBlock2D",
 
26
  "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
@@ -57,7 +57,7 @@
57
  "up_block_types": [
58
  "UpBlock2D",
59
  "CrossAttnUpBlock2D",
60
- "UpBlock2D",
61
  "UpBlock2D"
62
  ],
63
  "upcast_attention": false,
 
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
+ 128,
10
+ 128,
11
  128,
12
  128
13
  ],
 
20
  "cross_attention_norm": null,
21
  "decay": 0.9999,
22
  "down_block_types": [
 
23
  "DownBlock2D",
24
  "CrossAttnDownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
  "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
 
57
  "up_block_types": [
58
  "UpBlock2D",
59
  "CrossAttnUpBlock2D",
60
+ "CrossAttnUpBlock2D",
61
  "UpBlock2D"
62
  ],
63
  "upcast_attention": false,
checkpoint-19000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5ed0bc36365a0fb0f7344c3face8919da5534c01ae18a55841a4840c2acff4d
3
- size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea4d1bcca6920d5a6303a2bf42768b008e614c42a1120f180a06a30d2ab93f15
3
+ size 62996305
checkpoint-19500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54ab3ee932942a8cedf1b2e781f408337c71e9f0780b9150f7bafe0f7eedfdde
3
- size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79d1523ae5623b05993175111e64a91112113eca142dbe76a60703be15427af4
3
+ size 126008021
checkpoint-19500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f71fcded9a61bd13eadf7edf55448e4df1051b5634375d152c76c53a00577213
3
- size 14727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ffdd4748ba2f1622eb85c21c64cc22e932f365959d7e63a25d887fc82043953
3
+ size 14663
checkpoint-19500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9bd67e0d3b15f51e9bfa576837022ce0fc7d8b3eb0246a85574febcd567d09e
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79ffcd1074da3ee1eedd3ea88d2428e24f5c91d039f8c7b4ea8be0d2e26a8c0e
3
  size 557
checkpoint-19500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:095fcff082549d2234ae76d6190cf7286eff7c917f6d7f10907b8acebc0fc6da
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eefaffed09dd9e09f5022611400470cf275c702b08663ecf61837996d691d99e
3
  size 563
checkpoint-19500/unet/config.json CHANGED
@@ -6,8 +6,8 @@
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
- 64,
10
- 64,
11
  128,
12
  128
13
  ],
@@ -19,9 +19,9 @@
19
  "cross_attention_dim": 256,
20
  "cross_attention_norm": null,
21
  "down_block_types": [
22
- "DownBlock2D",
23
  "DownBlock2D",
24
  "CrossAttnDownBlock2D",
 
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
@@ -52,7 +52,7 @@
52
  "up_block_types": [
53
  "UpBlock2D",
54
  "CrossAttnUpBlock2D",
55
- "UpBlock2D",
56
  "UpBlock2D"
57
  ],
58
  "upcast_attention": false,
 
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
+ 128,
10
+ 128,
11
  128,
12
  128
13
  ],
 
19
  "cross_attention_dim": 256,
20
  "cross_attention_norm": null,
21
  "down_block_types": [
 
22
  "DownBlock2D",
23
  "CrossAttnDownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
 
52
  "up_block_types": [
53
  "UpBlock2D",
54
  "CrossAttnUpBlock2D",
55
+ "CrossAttnUpBlock2D",
56
  "UpBlock2D"
57
  ],
58
  "upcast_attention": false,
checkpoint-19500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fbf456a4bb28fdda34b0810fccccdfbc20d89a4765d5373a462039464549084
3
- size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9413e2275990d9a3b9ec5fb8c980f04a0df2be00b8407eb53bfd2a554f08e22
3
+ size 63003985
checkpoint-19500/unet_ema/config.json CHANGED
@@ -6,8 +6,8 @@
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
- 64,
10
- 64,
11
  128,
12
  128
13
  ],
@@ -20,9 +20,9 @@
20
  "cross_attention_norm": null,
21
  "decay": 0.9999,
22
  "down_block_types": [
23
- "DownBlock2D",
24
  "DownBlock2D",
25
  "CrossAttnDownBlock2D",
 
26
  "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
@@ -57,7 +57,7 @@
57
  "up_block_types": [
58
  "UpBlock2D",
59
  "CrossAttnUpBlock2D",
60
- "UpBlock2D",
61
  "UpBlock2D"
62
  ],
63
  "upcast_attention": false,
 
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
+ 128,
10
+ 128,
11
  128,
12
  128
13
  ],
 
20
  "cross_attention_norm": null,
21
  "decay": 0.9999,
22
  "down_block_types": [
 
23
  "DownBlock2D",
24
  "CrossAttnDownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
  "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
 
57
  "up_block_types": [
58
  "UpBlock2D",
59
  "CrossAttnUpBlock2D",
60
+ "CrossAttnUpBlock2D",
61
  "UpBlock2D"
62
  ],
63
  "upcast_attention": false,
checkpoint-19500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c4a86e212044b59a67fe227f887033409f061da6df5649de2024c22cd4be468
3
- size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bacec71ab2a41dbaa45c63bc17b44617985498de53b1ceae43e0941a65293052
3
+ size 62996305
checkpoint-20000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bacfce4022ad2b667a8c91508df9d160f09ca38e44b92e70eca68d688111a443
3
- size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c748ac0b64953bdbb13843102a00668190d8bf44bbd734b352f823927edfcdb9
3
+ size 126008021
checkpoint-20000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:245f2d45d297fa297e9c1ded1030c2d4f30f4e96053a9f194c131372e969354a
3
- size 14727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9540f62949527d7bd625f469cdb4e8c8c3b7870328aff099cceb7bd8da8e3ece
3
+ size 14663
checkpoint-20000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fedd39ad880dad425923e953cacb294a9e7a12c53802fe18b06e8c6a4126b3c5
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f0420c47f2c7b19fe01456b94563009e458d30ca7a729cad044d25d86206469
3
  size 557
checkpoint-20000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f64bb3c8a8b3a566166411c12ecce502a856b76a138413c5e44cd921eb568c75
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79fbea624de0014992eb15dd80533fbc589a88bf6aa14b38af71c520c5fbcb7e
3
  size 563
checkpoint-20000/unet/config.json CHANGED
@@ -6,8 +6,8 @@
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
- 64,
10
- 64,
11
  128,
12
  128
13
  ],
@@ -19,9 +19,9 @@
19
  "cross_attention_dim": 256,
20
  "cross_attention_norm": null,
21
  "down_block_types": [
22
- "DownBlock2D",
23
  "DownBlock2D",
24
  "CrossAttnDownBlock2D",
 
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
@@ -52,7 +52,7 @@
52
  "up_block_types": [
53
  "UpBlock2D",
54
  "CrossAttnUpBlock2D",
55
- "UpBlock2D",
56
  "UpBlock2D"
57
  ],
58
  "upcast_attention": false,
 
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
+ 128,
10
+ 128,
11
  128,
12
  128
13
  ],
 
19
  "cross_attention_dim": 256,
20
  "cross_attention_norm": null,
21
  "down_block_types": [
 
22
  "DownBlock2D",
23
  "CrossAttnDownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
 
52
  "up_block_types": [
53
  "UpBlock2D",
54
  "CrossAttnUpBlock2D",
55
+ "CrossAttnUpBlock2D",
56
  "UpBlock2D"
57
  ],
58
  "upcast_attention": false,
checkpoint-20000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ba4ee32879b9989422b70f27fc76fb8f1ea7bcfd597bced99cc1d668186b991
3
- size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:423ba254143685296d1f5f8f37788c5c5fb2b4bea6a0a321cd6c9bb7b49deb8e
3
+ size 63003985
checkpoint-20000/unet_ema/config.json CHANGED
@@ -6,8 +6,8 @@
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
- 64,
10
- 64,
11
  128,
12
  128
13
  ],
@@ -20,9 +20,9 @@
20
  "cross_attention_norm": null,
21
  "decay": 0.9999,
22
  "down_block_types": [
23
- "DownBlock2D",
24
  "DownBlock2D",
25
  "CrossAttnDownBlock2D",
 
26
  "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
@@ -57,7 +57,7 @@
57
  "up_block_types": [
58
  "UpBlock2D",
59
  "CrossAttnUpBlock2D",
60
- "UpBlock2D",
61
  "UpBlock2D"
62
  ],
63
  "upcast_attention": false,
 
6
  "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
+ 128,
10
+ 128,
11
  128,
12
  128
13
  ],
 
20
  "cross_attention_norm": null,
21
  "decay": 0.9999,
22
  "down_block_types": [
 
23
  "DownBlock2D",
24
  "CrossAttnDownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
  "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
 
57
  "up_block_types": [
58
  "UpBlock2D",
59
  "CrossAttnUpBlock2D",
60
+ "CrossAttnUpBlock2D",
61
  "UpBlock2D"
62
  ],
63
  "upcast_attention": false,
checkpoint-20000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:190d52bc8deeef313341ec0502bc35e95fa5f6ef07d6c9d54caf69c7a3dac958
3
- size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7465f9182db56cb2e3dd690e62f587defe0acdf6810f3a35113a5857ed94d6d0
3
+ size 62996305
checkpoint-20500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3187c543cfba64c00e797db75a72d81c2c28898700453dbbb8c250905e32335a
3
- size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:918d413d5a8134cfce433054feaa1962a30cc41d65c2d8534ab404912c4bcc2a
3
+ size 126008021
checkpoint-20500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8041f61b266e2e470cb5cb4f7f34b92eec958d237bb9b30259b281d4df6bcb41
3
- size 14727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:102c76b224bad1d58b7b26d10d912f70bbda547fac675aba66056f544331384b
3
+ size 14663