Mahmoud7 commited on
Commit
196f652
1 Parent(s): 0158d2c
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoint-115000/optimizer.bin +1 -1
  2. checkpoint-115000/random_states_0.pkl +2 -2
  3. checkpoint-115000/scaler.pt +1 -1
  4. checkpoint-115000/scheduler.bin +1 -1
  5. checkpoint-115000/unet/config.json +3 -3
  6. checkpoint-115000/unet/diffusion_pytorch_model.bin +1 -1
  7. checkpoint-115000/unet_ema/config.json +3 -3
  8. checkpoint-115000/unet_ema/diffusion_pytorch_model.bin +1 -1
  9. checkpoint-115500/optimizer.bin +1 -1
  10. checkpoint-115500/random_states_0.pkl +2 -2
  11. checkpoint-115500/scaler.pt +1 -1
  12. checkpoint-115500/scheduler.bin +1 -1
  13. checkpoint-115500/unet/config.json +3 -3
  14. checkpoint-115500/unet/diffusion_pytorch_model.bin +1 -1
  15. checkpoint-115500/unet_ema/config.json +3 -3
  16. checkpoint-115500/unet_ema/diffusion_pytorch_model.bin +1 -1
  17. checkpoint-116000/optimizer.bin +1 -1
  18. checkpoint-116000/random_states_0.pkl +2 -2
  19. checkpoint-116000/scaler.pt +1 -1
  20. checkpoint-116000/scheduler.bin +1 -1
  21. checkpoint-116000/unet/config.json +3 -3
  22. checkpoint-116000/unet/diffusion_pytorch_model.bin +1 -1
  23. checkpoint-116000/unet_ema/config.json +3 -3
  24. checkpoint-116000/unet_ema/diffusion_pytorch_model.bin +1 -1
  25. checkpoint-116500/optimizer.bin +1 -1
  26. checkpoint-116500/random_states_0.pkl +2 -2
  27. checkpoint-116500/scaler.pt +1 -1
  28. checkpoint-116500/scheduler.bin +1 -1
  29. checkpoint-116500/unet/config.json +3 -3
  30. checkpoint-116500/unet/diffusion_pytorch_model.bin +1 -1
  31. checkpoint-116500/unet_ema/config.json +3 -3
  32. checkpoint-116500/unet_ema/diffusion_pytorch_model.bin +1 -1
  33. checkpoint-117000/optimizer.bin +1 -1
  34. checkpoint-117000/random_states_0.pkl +2 -2
  35. checkpoint-117000/scaler.pt +1 -1
  36. checkpoint-117000/scheduler.bin +1 -1
  37. checkpoint-117000/unet/config.json +3 -3
  38. checkpoint-117000/unet/diffusion_pytorch_model.bin +1 -1
  39. checkpoint-117000/unet_ema/config.json +3 -3
  40. checkpoint-117000/unet_ema/diffusion_pytorch_model.bin +1 -1
  41. checkpoint-117500/optimizer.bin +1 -1
  42. checkpoint-117500/random_states_0.pkl +2 -2
  43. checkpoint-117500/scaler.pt +1 -1
  44. checkpoint-117500/scheduler.bin +1 -1
  45. checkpoint-117500/unet/config.json +3 -3
  46. checkpoint-117500/unet/diffusion_pytorch_model.bin +1 -1
  47. checkpoint-117500/unet_ema/config.json +3 -3
  48. checkpoint-117500/unet_ema/diffusion_pytorch_model.bin +1 -1
  49. checkpoint-118000/optimizer.bin +1 -1
  50. checkpoint-118000/random_states_0.pkl +2 -2
checkpoint-115000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e6febe2cd35de860bf0e8292dbc5d684fa8df052a69c00fe245ed22d183368f
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f3aed90766d4698746684ee2379e14c96a5dba69d81442b6f560850cde2a810
3
  size 73251413
checkpoint-115000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:754ef40b6929d288c569f8c06054abab965849452c8fe530fe0913911a6281f0
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cce20a84471e039fe85a539f92254be8ac4e42b0dfbc6c5c475690b190204e83
3
+ size 14727
checkpoint-115000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:080ed3f52d311dcf7e7bb1075e92c906d13496b18cd0993e69aaf36d41f4a16c
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0731753a409456bb6f76dd4ebf9e52436ba788ee85286661d14ff3f058f64d3
3
  size 557
checkpoint-115000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:99b399652f50b0270f94913f8ee43b58fa9317be8cd62186888a7ab7d6d59189
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0205a01b6f9168119044738367d04079f1b007434a6014c2481b0f2b405f21a7
3
  size 563
checkpoint-115000/unet/config.json CHANGED
@@ -21,8 +21,8 @@
21
  "down_block_types": [
22
  "DownBlock2D",
23
  "DownBlock2D",
24
- "DownBlock2D",
25
- "CrossAttnDownBlock2D"
26
  ],
27
  "downsample_padding": 1,
28
  "dual_cross_attention": false,
@@ -50,8 +50,8 @@
50
  "time_embedding_type": "positional",
51
  "timestep_post_act": null,
52
  "up_block_types": [
53
- "CrossAttnUpBlock2D",
54
  "UpBlock2D",
 
55
  "UpBlock2D",
56
  "UpBlock2D"
57
  ],
 
21
  "down_block_types": [
22
  "DownBlock2D",
23
  "DownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
+ "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
28
  "dual_cross_attention": false,
 
50
  "time_embedding_type": "positional",
51
  "timestep_post_act": null,
52
  "up_block_types": [
 
53
  "UpBlock2D",
54
+ "CrossAttnUpBlock2D",
55
  "UpBlock2D",
56
  "UpBlock2D"
57
  ],
checkpoint-115000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb329726ae2f361658bb9cce58b7ca6f100c8623952f062a39c754cb290fb4e5
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:723780703c67c489d0cb2d2e4b9b364e2c61315fdaab5502d42c636ff2cd6293
3
  size 36621969
checkpoint-115000/unet_ema/config.json CHANGED
@@ -22,8 +22,8 @@
22
  "down_block_types": [
23
  "DownBlock2D",
24
  "DownBlock2D",
25
- "DownBlock2D",
26
- "CrossAttnDownBlock2D"
27
  ],
28
  "downsample_padding": 1,
29
  "dual_cross_attention": false,
@@ -55,8 +55,8 @@
55
  "time_embedding_type": "positional",
56
  "timestep_post_act": null,
57
  "up_block_types": [
58
- "CrossAttnUpBlock2D",
59
  "UpBlock2D",
 
60
  "UpBlock2D",
61
  "UpBlock2D"
62
  ],
 
22
  "down_block_types": [
23
  "DownBlock2D",
24
  "DownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
29
  "dual_cross_attention": false,
 
55
  "time_embedding_type": "positional",
56
  "timestep_post_act": null,
57
  "up_block_types": [
 
58
  "UpBlock2D",
59
+ "CrossAttnUpBlock2D",
60
  "UpBlock2D",
61
  "UpBlock2D"
62
  ],
checkpoint-115000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da8a9b4d99a052653e9a055e7f9765f4681d86333bc82f04c01678801c1712de
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74ba66c4574bd54a693bba5ea196e66085ca6b452b06bfb4b30168c264609603
3
  size 36616081
checkpoint-115500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf9176fb44a5b706b0ea5b1f3e81db624df15d81dbd74f7ec2890c47df8cb5dc
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b61df5edc5ee23389630cc84cd8e35abe6e576aea638aeb97268f72bc987ef
3
  size 73251413
checkpoint-115500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f720af480739559548464df5ce930d66987837893328fcbaf5094a3dd9e9bd2e
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a792cc7a110abab22afd664264185f0b3bbca7ac21100f5bf9d5465dec61f6e
3
+ size 14727
checkpoint-115500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d244fcd7938be88d92a94be2ecc284202282b696aa14e4978bfef417db0e0d8
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:588cf06f91537e305815fc7877a2929d20f4b46fbbe5daa4a144d9a1fe1f2ef9
3
  size 557
checkpoint-115500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9d21a99baf6e34fb317264fee670c9de8ade269a4655ec4632e242628a183b0
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e87f7f85848428e28c86d1e0af47826a0ebfa8a271d7e925e84d2416ec187d43
3
  size 563
checkpoint-115500/unet/config.json CHANGED
@@ -21,8 +21,8 @@
21
  "down_block_types": [
22
  "DownBlock2D",
23
  "DownBlock2D",
24
- "DownBlock2D",
25
- "CrossAttnDownBlock2D"
26
  ],
27
  "downsample_padding": 1,
28
  "dual_cross_attention": false,
@@ -50,8 +50,8 @@
50
  "time_embedding_type": "positional",
51
  "timestep_post_act": null,
52
  "up_block_types": [
53
- "CrossAttnUpBlock2D",
54
  "UpBlock2D",
 
55
  "UpBlock2D",
56
  "UpBlock2D"
57
  ],
 
21
  "down_block_types": [
22
  "DownBlock2D",
23
  "DownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
+ "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
28
  "dual_cross_attention": false,
 
50
  "time_embedding_type": "positional",
51
  "timestep_post_act": null,
52
  "up_block_types": [
 
53
  "UpBlock2D",
54
+ "CrossAttnUpBlock2D",
55
  "UpBlock2D",
56
  "UpBlock2D"
57
  ],
checkpoint-115500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca5bcab79ae3f797580feb8236077fffa85b01a17bf796a8d0e8db3442192777
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:312b11022796b95361e2f8d1374df4543aa9594271f4df8c5d1819da4ed3ff7d
3
  size 36621969
checkpoint-115500/unet_ema/config.json CHANGED
@@ -22,8 +22,8 @@
22
  "down_block_types": [
23
  "DownBlock2D",
24
  "DownBlock2D",
25
- "DownBlock2D",
26
- "CrossAttnDownBlock2D"
27
  ],
28
  "downsample_padding": 1,
29
  "dual_cross_attention": false,
@@ -55,8 +55,8 @@
55
  "time_embedding_type": "positional",
56
  "timestep_post_act": null,
57
  "up_block_types": [
58
- "CrossAttnUpBlock2D",
59
  "UpBlock2D",
 
60
  "UpBlock2D",
61
  "UpBlock2D"
62
  ],
 
22
  "down_block_types": [
23
  "DownBlock2D",
24
  "DownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
29
  "dual_cross_attention": false,
 
55
  "time_embedding_type": "positional",
56
  "timestep_post_act": null,
57
  "up_block_types": [
 
58
  "UpBlock2D",
59
+ "CrossAttnUpBlock2D",
60
  "UpBlock2D",
61
  "UpBlock2D"
62
  ],
checkpoint-115500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df12c4d4af50f93f660ce3713edbefaeb54752554e2606b67a5bc781541b6dca
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a74de8fb29797d95a808b449c248539452834540147170adfe028846935dfbb
3
  size 36616081
checkpoint-116000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2a71715e3b2a004fedc8abeacde3eca3951ab2b2180a1aa6d32b7b434f61341
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74769d72c2d5c803c87e40ed7fd5b592c7e35b4c1660a4c57cf492f614cee18c
3
  size 73251413
checkpoint-116000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:894970afbdba99b2f79485ebbc6a38810de510b20c72b4629399603c0ac23f80
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5adb6b87447cee922964a936eef200c8621bd8b21887598b558447d4f0b573f
3
+ size 14727
checkpoint-116000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b97f10f5fc6860bbabbee7e4ad9082c3a808b94b39a943f6bc52643ed32ced7
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:367fed03af4e55917f2f079f3ef074f77af8ba2e566b228e59216345e62d1dbf
3
  size 557
checkpoint-116000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52ec70cc453aa21c48de9b7b773e58c66dbe3054f131e4b426fce8d50be5e369
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f0e48f4e8d1511b6e9497992b12027ee1eb5ec7f0aca9d1fa45000544dd6582
3
  size 563
checkpoint-116000/unet/config.json CHANGED
@@ -21,8 +21,8 @@
21
  "down_block_types": [
22
  "DownBlock2D",
23
  "DownBlock2D",
24
- "DownBlock2D",
25
- "CrossAttnDownBlock2D"
26
  ],
27
  "downsample_padding": 1,
28
  "dual_cross_attention": false,
@@ -50,8 +50,8 @@
50
  "time_embedding_type": "positional",
51
  "timestep_post_act": null,
52
  "up_block_types": [
53
- "CrossAttnUpBlock2D",
54
  "UpBlock2D",
 
55
  "UpBlock2D",
56
  "UpBlock2D"
57
  ],
 
21
  "down_block_types": [
22
  "DownBlock2D",
23
  "DownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
+ "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
28
  "dual_cross_attention": false,
 
50
  "time_embedding_type": "positional",
51
  "timestep_post_act": null,
52
  "up_block_types": [
 
53
  "UpBlock2D",
54
+ "CrossAttnUpBlock2D",
55
  "UpBlock2D",
56
  "UpBlock2D"
57
  ],
checkpoint-116000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae3d3680ef2a6a4564a33bbf1662f2f52254150eafc26ca40d0857a06c879565
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73810e32410f57067f17787fe13435e8ce64eb03e2814e77b3c4b4bb3b2514fd
3
  size 36621969
checkpoint-116000/unet_ema/config.json CHANGED
@@ -22,8 +22,8 @@
22
  "down_block_types": [
23
  "DownBlock2D",
24
  "DownBlock2D",
25
- "DownBlock2D",
26
- "CrossAttnDownBlock2D"
27
  ],
28
  "downsample_padding": 1,
29
  "dual_cross_attention": false,
@@ -55,8 +55,8 @@
55
  "time_embedding_type": "positional",
56
  "timestep_post_act": null,
57
  "up_block_types": [
58
- "CrossAttnUpBlock2D",
59
  "UpBlock2D",
 
60
  "UpBlock2D",
61
  "UpBlock2D"
62
  ],
 
22
  "down_block_types": [
23
  "DownBlock2D",
24
  "DownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
29
  "dual_cross_attention": false,
 
55
  "time_embedding_type": "positional",
56
  "timestep_post_act": null,
57
  "up_block_types": [
 
58
  "UpBlock2D",
59
+ "CrossAttnUpBlock2D",
60
  "UpBlock2D",
61
  "UpBlock2D"
62
  ],
checkpoint-116000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce8511be9804b7c42891f4409f5bf57ec545ed4eee3aae5fa57616c266dc4768
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30b9d97884cea60a84eb34c63955327efb5c72c417fc7333f192b924f7fd43f0
3
  size 36616081
checkpoint-116500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78d6ec15ceb158694969ecb8810750c40fb9e6691acebdbb8fa7202cd78be939
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5d440a004c8a4617413adf237a50b59a7aef01670370b379963dfaa12597152
3
  size 73251413
checkpoint-116500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c63bd0614650041b43aec7f438afa687a1d703fe1e289fc25949cacb430c578
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd60362fe44524a9a1ffa9ec3fce764c7c63f6532a3a89db1ce577e14fbb9580
3
+ size 14727
checkpoint-116500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fde6b487721ce2d813046a8e849ace7cb064a9752f9b5c2e9811f10bce5dd0d7
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30a227cff454b4d5d44ddaac78acd254a556c53e4bf590e2e7e45f2097d30dc6
3
  size 557
checkpoint-116500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8eaff1cae3dce8e592310e0e815e31c191af170d2927d75df384efff018f68dc
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f403e47f25633fdcf199013108cbe0d2c42856f3c67cda3ae4193b82876ee2ac
3
  size 563
checkpoint-116500/unet/config.json CHANGED
@@ -21,8 +21,8 @@
21
  "down_block_types": [
22
  "DownBlock2D",
23
  "DownBlock2D",
24
- "DownBlock2D",
25
- "CrossAttnDownBlock2D"
26
  ],
27
  "downsample_padding": 1,
28
  "dual_cross_attention": false,
@@ -50,8 +50,8 @@
50
  "time_embedding_type": "positional",
51
  "timestep_post_act": null,
52
  "up_block_types": [
53
- "CrossAttnUpBlock2D",
54
  "UpBlock2D",
 
55
  "UpBlock2D",
56
  "UpBlock2D"
57
  ],
 
21
  "down_block_types": [
22
  "DownBlock2D",
23
  "DownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
+ "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
28
  "dual_cross_attention": false,
 
50
  "time_embedding_type": "positional",
51
  "timestep_post_act": null,
52
  "up_block_types": [
 
53
  "UpBlock2D",
54
+ "CrossAttnUpBlock2D",
55
  "UpBlock2D",
56
  "UpBlock2D"
57
  ],
checkpoint-116500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b965f7661a1fe5a7ffac86a5ae5f8fe879596789bfff45c06d91e636f0c3f4a
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb7e5627ff708cbc08a951424168e4b7ecb8014325b05193b25cf09963d736c3
3
  size 36621969
checkpoint-116500/unet_ema/config.json CHANGED
@@ -22,8 +22,8 @@
22
  "down_block_types": [
23
  "DownBlock2D",
24
  "DownBlock2D",
25
- "DownBlock2D",
26
- "CrossAttnDownBlock2D"
27
  ],
28
  "downsample_padding": 1,
29
  "dual_cross_attention": false,
@@ -55,8 +55,8 @@
55
  "time_embedding_type": "positional",
56
  "timestep_post_act": null,
57
  "up_block_types": [
58
- "CrossAttnUpBlock2D",
59
  "UpBlock2D",
 
60
  "UpBlock2D",
61
  "UpBlock2D"
62
  ],
 
22
  "down_block_types": [
23
  "DownBlock2D",
24
  "DownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
29
  "dual_cross_attention": false,
 
55
  "time_embedding_type": "positional",
56
  "timestep_post_act": null,
57
  "up_block_types": [
 
58
  "UpBlock2D",
59
+ "CrossAttnUpBlock2D",
60
  "UpBlock2D",
61
  "UpBlock2D"
62
  ],
checkpoint-116500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:463c3b2a468fa38e1b076db7e7fd678956844335f6855db9cdb0f6f0c4f5c20e
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a44560bbe40c87e71255494e974a251b757ed6ae8468a1730df811aec6384efb
3
  size 36616081
checkpoint-117000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:460f21ce2851dfe9c7dc28150902c10acf9542e1034f147b11ff445a52b5ad34
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b319c10140e7f23a1ba4aab0f5641d629b9fc1aaeb805b8293b3a7a54b092e96
3
  size 73251413
checkpoint-117000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d56e8039d1e84a21d73463924561d05a06e5950710c3a8b78783682ab9dc4fa9
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32ca48f9d50f76e404a4dcdaf9805e6d7550a043afce7e6977f839767bb439e8
3
+ size 14727
checkpoint-117000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3265b7b55bdcc853383915156c46978eecabcf5764c59495b5a6aa93764b3266
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f6cd57afd6dcac678cb663242dd585716840f4a922e6cc8cdac003725d73681
3
  size 557
checkpoint-117000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a68442350720d784267902f0988b923d48225e7a03a4b4ca5f4e6698abead13b
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f89af0ebbc9baf5bf00889ecc4237409cd032706524e56b723c7fbc150db1f9a
3
  size 563
checkpoint-117000/unet/config.json CHANGED
@@ -21,8 +21,8 @@
21
  "down_block_types": [
22
  "DownBlock2D",
23
  "DownBlock2D",
24
- "DownBlock2D",
25
- "CrossAttnDownBlock2D"
26
  ],
27
  "downsample_padding": 1,
28
  "dual_cross_attention": false,
@@ -50,8 +50,8 @@
50
  "time_embedding_type": "positional",
51
  "timestep_post_act": null,
52
  "up_block_types": [
53
- "CrossAttnUpBlock2D",
54
  "UpBlock2D",
 
55
  "UpBlock2D",
56
  "UpBlock2D"
57
  ],
 
21
  "down_block_types": [
22
  "DownBlock2D",
23
  "DownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
+ "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
28
  "dual_cross_attention": false,
 
50
  "time_embedding_type": "positional",
51
  "timestep_post_act": null,
52
  "up_block_types": [
 
53
  "UpBlock2D",
54
+ "CrossAttnUpBlock2D",
55
  "UpBlock2D",
56
  "UpBlock2D"
57
  ],
checkpoint-117000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b3fef7cae4d468a29768c399f0b75c2b1944fcdec8b2658ffb6ff33c322aa70
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f88f1a2b3b3e3aaa4332b53e49ae919c28ce5eb04fafcdf803631a5448a2530a
3
  size 36621969
checkpoint-117000/unet_ema/config.json CHANGED
@@ -22,8 +22,8 @@
22
  "down_block_types": [
23
  "DownBlock2D",
24
  "DownBlock2D",
25
- "DownBlock2D",
26
- "CrossAttnDownBlock2D"
27
  ],
28
  "downsample_padding": 1,
29
  "dual_cross_attention": false,
@@ -55,8 +55,8 @@
55
  "time_embedding_type": "positional",
56
  "timestep_post_act": null,
57
  "up_block_types": [
58
- "CrossAttnUpBlock2D",
59
  "UpBlock2D",
 
60
  "UpBlock2D",
61
  "UpBlock2D"
62
  ],
 
22
  "down_block_types": [
23
  "DownBlock2D",
24
  "DownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
29
  "dual_cross_attention": false,
 
55
  "time_embedding_type": "positional",
56
  "timestep_post_act": null,
57
  "up_block_types": [
 
58
  "UpBlock2D",
59
+ "CrossAttnUpBlock2D",
60
  "UpBlock2D",
61
  "UpBlock2D"
62
  ],
checkpoint-117000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f46d5653fcbf62f08fc93434fa48ea1dd1c296b5e5633a2969e48678f964499
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6f3a408fdcc3e0b5a125a10dd25b6e9fef8e522eae27af1b9e25fec14fd244e
3
  size 36616081
checkpoint-117500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:84ed55bb654578c51bb02398aaece6b4aac1cd2b809d8b9aa3b42fd400ad0918
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdde4ead803150f3072eb6ab6c14cf2e523b06913c836cd6d7b7f677edb67f14
3
  size 73251413
checkpoint-117500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0911deb8195a8cb09b4d652cebe4ad07546d549cd454b0eb22e710539c5fb3d9
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2df11ed307a6670e8a6a1196491da61c64307ebdb32c436e321de04174a44abd
3
+ size 14727
checkpoint-117500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec446c13e5687a16d8e1dc022a0a4277cca3f8a1c6641038fbb4b2df29ec8e84
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b17475c9edeb4e64c881458bc3ea148ea4b6591fc3b1cdbea48cd1f45b44ae88
3
  size 557
checkpoint-117500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f58bd947487e700d16716be039480a6441247b442bbaa612685194061096f50a
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ae5f13b95df92563f04fc11847f4140255653b5921b84e4333f67c29c28633d
3
  size 563
checkpoint-117500/unet/config.json CHANGED
@@ -21,8 +21,8 @@
21
  "down_block_types": [
22
  "DownBlock2D",
23
  "DownBlock2D",
24
- "DownBlock2D",
25
- "CrossAttnDownBlock2D"
26
  ],
27
  "downsample_padding": 1,
28
  "dual_cross_attention": false,
@@ -50,8 +50,8 @@
50
  "time_embedding_type": "positional",
51
  "timestep_post_act": null,
52
  "up_block_types": [
53
- "CrossAttnUpBlock2D",
54
  "UpBlock2D",
 
55
  "UpBlock2D",
56
  "UpBlock2D"
57
  ],
 
21
  "down_block_types": [
22
  "DownBlock2D",
23
  "DownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
+ "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
28
  "dual_cross_attention": false,
 
50
  "time_embedding_type": "positional",
51
  "timestep_post_act": null,
52
  "up_block_types": [
 
53
  "UpBlock2D",
54
+ "CrossAttnUpBlock2D",
55
  "UpBlock2D",
56
  "UpBlock2D"
57
  ],
checkpoint-117500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:345322f2fa8117c77272a7a9f7f8d975acd60e9a03400bcfa559441db3637038
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe865fafb2a16266daa1f3fdfb8172070779d831c842658a7a93202079fc6357
3
  size 36621969
checkpoint-117500/unet_ema/config.json CHANGED
@@ -22,8 +22,8 @@
22
  "down_block_types": [
23
  "DownBlock2D",
24
  "DownBlock2D",
25
- "DownBlock2D",
26
- "CrossAttnDownBlock2D"
27
  ],
28
  "downsample_padding": 1,
29
  "dual_cross_attention": false,
@@ -55,8 +55,8 @@
55
  "time_embedding_type": "positional",
56
  "timestep_post_act": null,
57
  "up_block_types": [
58
- "CrossAttnUpBlock2D",
59
  "UpBlock2D",
 
60
  "UpBlock2D",
61
  "UpBlock2D"
62
  ],
 
22
  "down_block_types": [
23
  "DownBlock2D",
24
  "DownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "DownBlock2D"
27
  ],
28
  "downsample_padding": 1,
29
  "dual_cross_attention": false,
 
55
  "time_embedding_type": "positional",
56
  "timestep_post_act": null,
57
  "up_block_types": [
 
58
  "UpBlock2D",
59
+ "CrossAttnUpBlock2D",
60
  "UpBlock2D",
61
  "UpBlock2D"
62
  ],
checkpoint-117500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f69b40b7ca078ffa45fb13e5e61bfd3b96d0cecded671153abc9f4ce4af6c7fb
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c651431c8ef2aed6c83bddb8f447517bed5291d51f017aae161eec4d2cbdb11a
3
  size 36616081
checkpoint-118000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1e6755002d6af107ab29bfce1a96c49b92e1a63693780d0219d8abc183d3f58
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:070bd5d416396d69a5d6198158f69286714e8904fe9352a59c3ad90f0dd8f500
3
  size 73251413
checkpoint-118000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:869e94bc617e3d40fd66202e39360efc78c5de66a659b81a7d3b3de266cc1166
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:705d9df060b6edce1117a16aedfdcea92471300e2fb07067daa611a28e01de54
3
+ size 14727