Mahmoud7 commited on
Commit
98524f3
1 Parent(s): 14d748c
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoint-100000/optimizer.bin +1 -1
  2. checkpoint-100000/random_states_0.pkl +2 -2
  3. checkpoint-100000/scaler.pt +1 -1
  4. checkpoint-100000/scheduler.bin +1 -1
  5. checkpoint-100000/unet/config.json +3 -3
  6. checkpoint-100000/unet/diffusion_pytorch_model.bin +1 -1
  7. checkpoint-100000/unet_ema/config.json +3 -3
  8. checkpoint-100000/unet_ema/diffusion_pytorch_model.bin +1 -1
  9. checkpoint-100500/optimizer.bin +1 -1
  10. checkpoint-100500/random_states_0.pkl +2 -2
  11. checkpoint-100500/scaler.pt +1 -1
  12. checkpoint-100500/scheduler.bin +1 -1
  13. checkpoint-100500/unet/config.json +3 -3
  14. checkpoint-100500/unet/diffusion_pytorch_model.bin +1 -1
  15. checkpoint-100500/unet_ema/config.json +3 -3
  16. checkpoint-100500/unet_ema/diffusion_pytorch_model.bin +1 -1
  17. checkpoint-101000/optimizer.bin +1 -1
  18. checkpoint-101000/random_states_0.pkl +2 -2
  19. checkpoint-101000/scaler.pt +1 -1
  20. checkpoint-101000/scheduler.bin +1 -1
  21. checkpoint-101000/unet/config.json +3 -3
  22. checkpoint-101000/unet/diffusion_pytorch_model.bin +1 -1
  23. checkpoint-101000/unet_ema/config.json +3 -3
  24. checkpoint-101000/unet_ema/diffusion_pytorch_model.bin +1 -1
  25. checkpoint-101500/optimizer.bin +1 -1
  26. checkpoint-101500/random_states_0.pkl +2 -2
  27. checkpoint-101500/scaler.pt +1 -1
  28. checkpoint-101500/scheduler.bin +1 -1
  29. checkpoint-101500/unet/config.json +3 -3
  30. checkpoint-101500/unet/diffusion_pytorch_model.bin +1 -1
  31. checkpoint-101500/unet_ema/config.json +3 -3
  32. checkpoint-101500/unet_ema/diffusion_pytorch_model.bin +1 -1
  33. checkpoint-102000/optimizer.bin +1 -1
  34. checkpoint-102000/random_states_0.pkl +2 -2
  35. checkpoint-102000/scaler.pt +1 -1
  36. checkpoint-102000/scheduler.bin +1 -1
  37. checkpoint-102000/unet/config.json +3 -3
  38. checkpoint-102000/unet/diffusion_pytorch_model.bin +1 -1
  39. checkpoint-102000/unet_ema/config.json +3 -3
  40. checkpoint-102000/unet_ema/diffusion_pytorch_model.bin +1 -1
  41. checkpoint-102500/optimizer.bin +1 -1
  42. checkpoint-102500/random_states_0.pkl +2 -2
  43. checkpoint-102500/scaler.pt +1 -1
  44. checkpoint-102500/scheduler.bin +1 -1
  45. checkpoint-102500/unet/config.json +3 -3
  46. checkpoint-102500/unet/diffusion_pytorch_model.bin +1 -1
  47. checkpoint-102500/unet_ema/config.json +3 -3
  48. checkpoint-102500/unet_ema/diffusion_pytorch_model.bin +1 -1
  49. checkpoint-103000/optimizer.bin +1 -1
  50. checkpoint-103000/random_states_0.pkl +2 -2
checkpoint-100000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:640ed2d949bd953978129e8c598ab2c450e648e83c159f4de074f2807556a89d
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0e12402724025dab65ba53c2b3319d2c1add7fbc2ea485bcf9c46d024dae21c
3
  size 73251413
checkpoint-100000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d08de593d4efa9c2c9ea9497a9989493d028f0467a36d9e51b548f02ff3c152
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:846be972323eb9fcde81ad568ff3a0219ee1a93e85b357b541b6876bb340305e
3
+ size 14727
checkpoint-100000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e5aeca0b75628e0186b20c69f71280fbee7ba935ce2fe0c6153fa0c5f2a45d3
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9954af0ae4dea8eeb7b4c5763ae0e2999d0f4b3e7ebcc380fcf4295da493a16
3
  size 557
checkpoint-100000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fee036ea344cfa9e638bf7233ba681eb2fe5cc56360eb32650d647fbb3ebd47e
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b916985c7e6d73f6bd8bf3e7b597e39766176b8f1ff2f0cfcc9efea3dda019a
3
  size 563
checkpoint-100000/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-100000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f41e60c33597cbaa5248e2df988af4f535131e2aabfbf1eb4e70d0760875ddf5
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:665299ec6134f54e4bbae605a0d904f8fe186d18982c5924bf69f89f000e3dfd
3
  size 36621969
checkpoint-100000/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-100000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16b28d43a5f8c13df1f249de20045c03e09b3dbbd839fb43b08bdd9e9223bc15
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:400a7cf762bf22849354106ae716ddbf8d440edd6779ceceaf380f413efae8c6
3
  size 36616081
checkpoint-100500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d8ee886ba6e5bce018a6b0faa08e49f4c3df1548a2dccc7570bde449ac96e798
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:271bc66ea9b43b81a7b285ef63ebca91832592d701e3d22db04964ed24ba18b4
3
  size 73251413
checkpoint-100500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb8faef9b11dd92f58e75c4d513648e3406076809a688e0bbe7f72b4ae0cc51c
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da868ddfbd80133797382f202c171614bbbc9d8c56eba4214046ffec39eeeb16
3
+ size 14727
checkpoint-100500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40f9ecf368dd04858f95ff2617e89ae1600d6ae9afc95c64623382bdd2972a24
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f70c5f7829142daab38ac153ac686ab3ad2325dee2884dc9e76f1ccf40934fcc
3
  size 557
checkpoint-100500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:740028ed6a644784967f10a6f785627f3f9f72bd2cb8af1e684000dbb589d941
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53173271d90139a9c44d27ff56478d5b32b50f333bb97a602d39920b455bb8e6
3
  size 563
checkpoint-100500/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-100500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:acb2764373c127e928b4259e2a60f44b757391075a5e752d92c1a459cbe7a607
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8af05dca1ee80fd578f8fc0a31bd3a7dabed20a7a756429dbb0ff65cfca86078
3
  size 36621969
checkpoint-100500/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-100500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c5da8e95e8089d4dd3ea2fccc1862cd9c7bddf8463ef671b99eb15f53d27fdf8
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08e9d5e8459b3d13eb29368c65fbd007ed83725273b6e2c126836522aa758eb7
3
  size 36616081
checkpoint-101000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b274345c41e04765aedd7604fd3d3cad2e69db5549e3de920654b52e0bf8eb7d
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b77edb7208f40b7976dc616fb9b20ed488f89fa07e30eea78c088091043bcb
3
  size 73251413
checkpoint-101000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:236ee0d138699d22e0eb9ab6710bc72f534db8d4cdb270ee78cf13069b26cb76
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4ef963d3afeb391b02c965a4a3187eac993aff3c4fdcb31ac681a986de0fe8a
3
+ size 14727
checkpoint-101000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2cdc8b6b7aeb63fd81f40c88b4d8377f3f55fa2d64e6d2c9de4b455b1354b196
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:030cb9de4f08ab47536c6dbb222990400b96fef0beeb5568fa31dbf87068e832
3
  size 557
checkpoint-101000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b29e1c1618c795fc156b4b5ad1e0de44cef9866e45509211522cffc8363e6ee
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47307b3ee396cd49b4d095a80e9288b039f9bd9daa5ac269694303f7f9083cea
3
  size 563
checkpoint-101000/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-101000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d8f7386f76c0005b47c5d9aa8d0375107ba5f806cfec899b29c79ce1ab85f596
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb149feb21108ccc576ca85bd3a0a29eb29a006df4cd7f1c4021f25f81cd203c
3
  size 36621969
checkpoint-101000/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-101000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d791f52f5c37b1b1155150835da19eb9424aea7357dc7f10aa4022fe8ec5a9e
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00c6e8929d9206c66f09193ba2be1cdf9dd3663bfbb3d0d3ac9375bc49120db4
3
  size 36616081
checkpoint-101500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f38f017f7a98e86011206e34e44b836fa4274fbbeed572652b098e60ffd611be
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eea83122bab860d6e676905b25670bc9b8e202b7d72139063a7e861aa33f97a
3
  size 73251413
checkpoint-101500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:002197cbd39742d5da6614d7a982c809100911957f33b5ae50995c525e74bc72
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe8e3db036fdb893ff6e61513ed06d26272979bb5d6326868eee486c6c90fef3
3
+ size 14727
checkpoint-101500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0799d26c34ef98abfdb9c9ee5f2dd520f9af42dbfc19446ab262acd6806f3afb
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cb53b3cd4459da11baf2c3e0adc1ccedd6f954a12247e83d6976d0fbe6f01c5
3
  size 557
checkpoint-101500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18ddb2d3e454e31a29c9b6bc85cac165628e6f618a781eeb81dc69dffdc78124
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e1cbe384279e7fec5d79ed0472c04abb3cab4a85e68b5a244b6d13e5cab7c10
3
  size 563
checkpoint-101500/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-101500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5ab334b19c01a62393e2ff9d0d8e84362e582209bd4eeb46a24ba346a6ea079
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e50b927b0cfcc3ec43c6150c9c19e6c6ad5e9d28a673354ca9948a05c33df21c
3
  size 36621969
checkpoint-101500/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-101500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8c8252ceb5227ead50782b7a6577a1e52ec12c2893c35032c540b2576f9025e
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a81a2b5b8ed1ca63f47d662b913b7ef9f51242c7773ebd9292979200f0faa307
3
  size 36616081
checkpoint-102000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:afe34a4a8524e2d20f6ce988f08eb312c3af60ea770c6ad50fc0eef876afd59b
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a86bb148f6e996c1063b68f67ac2c9572a3294461e2cce7e31446dbf6dea286
3
  size 73251413
checkpoint-102000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a29cfb798fec070980f5f8f4fdabe5f310fcbe02fdfedbfc4ff47be9628948c
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:429b23d60fecc2c479981be6ca09f80d51c42e0cf5ca3b1f0b84d0091f096772
3
+ size 14727
checkpoint-102000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:303196af266b17125e88a993872d6f84b717aa001d6e498f8db7e589c6da635c
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb4ccda3a00fc6a6fce3720f1f4c3ebe91c6a31463616c1e4f25826ed88f4b96
3
  size 557
checkpoint-102000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:635521b1bbcaf39d27f7f9217a71bb8b342927e7b07e59345ee806039dc75b88
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c605a84fe1b20cdcb66e0a0bf9c6f3a6e7e5f158edd05470bb36f3a6f5e973
3
  size 563
checkpoint-102000/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-102000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:49902575473a751884bf5848899c05f752625bdaee238a6ec38ba3ae9abe35fe
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1751062ac03cbfda80c701527463e4c02f9ebf06a97eb1e053f91f76041caff0
3
  size 36621969
checkpoint-102000/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-102000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:49e0fd7287e776e98ca4547ee2c6b13488d6b2fdb2e880396b16133b3ebfc745
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75aa6a925598a2a5ed3f9b4f661ef8a7e37bfc929c42c5b6d05dcd3b558a4bae
3
  size 36616081
checkpoint-102500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5ded58a3f83e8419ea338eee5880b7c5518779d0ba997cbdacd23c20a3f88c4
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fa8f6ff0704081f618913f9116b957855eb464e738ef5fc40858265f41079a6
3
  size 73251413
checkpoint-102500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de96e7e885832f045c11ea491e28266b845ebf624a4674b7b6a6ad280d3bafaa
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:030c42d094af026f8a9368c67b12bc79fcaa1f432ca5c3256f9ed135e1b9cc92
3
+ size 14727
checkpoint-102500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bbfcb3c9d674f8abb9696c3e340e13d34a2eb34fd85ffc65e72076ba73e14fe
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2ce422ed621cd870aa8c90201830fa265dc177c74932e1267cb0ea15818ce27
3
  size 557
checkpoint-102500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b59979628a226c63ec1aac73c9b92bbaa2dfbbff36af8dda299f4f297922c9b7
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4ef4cf0c13e4e006865bb8e24fc21a53848a02c09880290e2696580d049aeee
3
  size 563
checkpoint-102500/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-102500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57ff3cce9ca6e39a178aa9bcec653eaa329a393a6485a7f2acd93d4bda7f6310
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77c60e6c3565217398171c5dc59b5dc6ffd9aaf556449add9ecddb974b34c49e
3
  size 36621969
checkpoint-102500/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-102500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a633ff181a244a15fe2b772b1ae7148a82e06a4c22b0a6e828e2d7f6749c8d12
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b96d4dbab55ea088e4a8dba2dad425582d0ca6676d5939f3269ff8509f5ff6e
3
  size 36616081
checkpoint-103000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6c381299f631624ce52f9313476e429cafbfb09f35a0ae1e3821248d197d200
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f41fe7babb9d5840fe5ad2ce794110b4be5c5cf19b303c7387070ed6df5132d9
3
  size 73251413
checkpoint-103000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa23b205debe01175e13bc3301eb267a6b868116172b10bcd40774f389992fef
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbc9802ccc447654bbf2435ae3302647668ebded9b9a1b5ee6dac167449a8d54
3
+ size 14727